30 #if THISCOORDSYSTEM == NED 35 #if THISCOORDSYSTEM == ANDROID 39 #if (THISCOORDSYSTEM == WIN8) 57 #if THISCOORDSYSTEM == NED 63 #if THISCOORDSYSTEM == ANDROID 67 #if THISCOORDSYSTEM == WIN8 85 #if THISCOORDSYSTEM == NED 91 #if THISCOORDSYSTEM == ANDROID 95 #if THISCOORDSYSTEM == WIN8 The GyroSensor structure stores raw and processed measurements for a 3-axis gyroscope.
int16_t iBsFIFO[MAG_FIFO_SIZE][3]
FIFO measurements (counts)
void ApplyAccelHAL(struct AccelSensor *Accel)
Apply the accelerometer Hardware Abstraction Layer.
#define CHZ
Used to access Z-channel entries in various data data structures.
The MagSensor structure stores raw and processed measurements for a 3-axis magnetic sensor...
uint8_t iFIFOCount
number of measurements read from FIFO
#define CHY
Used to access Y-channel entries in various data data structures.
int16_t iGsFIFO[ACCEL_FIFO_SIZE][3]
FIFO measurements (counts)
The AccelSensor structure stores raw and processed measurements for a 3-axis accelerometer.
void ApplyGyroHAL(struct GyroSensor *Gyro)
Apply the gyroscope Hardware Abstraction Layer.
The sensor_fusion.h file implements the top level programming interface.
void ApplyMagHAL(struct MagSensor *Mag)
Apply the magnetometer Hardware Abstraction Layer.
uint8_t iFIFOCount
number of measurements read from FIFO
int16_t iYsFIFO[GYRO_FIFO_SIZE][3]
FIFO measurements (counts)
#define CHX
Used to access X-channel entries in various data data structures.
uint8_t iFIFOCount
number of measurements read from FIFO