NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
compass.h File Reference
#include "sensor.h"
Include dependency graph for compass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mag_s
 

Macros

#define MAG_MAX   MAG_AK8963
 

Typedefs

typedef struct mag_s mag_t
 

Enumerations

enum  magSensor_e {
  MAG_DEFAULT = 0, MAG_NONE = 1, MAG_HMC5883 = 2, MAG_AK8975 = 3,
  MAG_AK8963 = 4
}
 

Macro Definition Documentation

#define MAG_MAX   MAG_AK8963

Typedef Documentation

typedef struct mag_s mag_t

Enumeration Type Documentation

Enumerator
MAG_DEFAULT 
MAG_NONE 
MAG_HMC5883 
MAG_AK8975 
MAG_AK8963