34 #include "generated/airframe.h"
36 #if APOGEE_USE_MPU9150
43 #ifndef APOGEE_GYRO_RANGE
44 #define APOGEE_GYRO_RANGE MPU60X0_GYRO_RANGE_1000
46 #ifndef APOGEE_ACCEL_RANGE
47 #define APOGEE_ACCEL_RANGE MPU60X0_ACCEL_RANGE_8G
52 #if APOGEE_USE_MPU9150
Driver for the AKM AK8975 magnetometer.
Inertial Measurement Unit interface.
struct ImuApogee imu_apogee
void imu_apogee_periodic(void)
void imu_apogee_init(void)
void imu_apogee_event(void)
Driver for the MPU-60X0 using I2C.