35 #include "generated/airframe.h"
42 #if !defined IMU_GYRO_P_SENS & !defined IMU_GYRO_Q_SENS & !defined IMU_GYRO_R_SENS
48 #define IMU_GYRO_P_SENS 4.973
49 #define IMU_GYRO_P_SENS_NUM 4973
50 #define IMU_GYRO_P_SENS_DEN 1000
51 #define IMU_GYRO_Q_SENS 4.973
52 #define IMU_GYRO_Q_SENS_NUM 4973
53 #define IMU_GYRO_Q_SENS_DEN 1000
54 #define IMU_GYRO_R_SENS 4.973
55 #define IMU_GYRO_R_SENS_NUM 4973
56 #define IMU_GYRO_R_SENS_DEN 1000
60 #if !defined IMU_ACCEL_X_SENS & !defined IMU_ACCEL_Y_SENS & !defined IMU_ACCEL_Z_SENS
70 #define IMU_ACCEL_X_SENS 37.91
71 #define IMU_ACCEL_X_SENS_NUM 3791
72 #define IMU_ACCEL_X_SENS_DEN 100
73 #define IMU_ACCEL_Y_SENS 37.91
74 #define IMU_ACCEL_Y_SENS_NUM 3791
75 #define IMU_ACCEL_Y_SENS_DEN 100
76 #define IMU_ACCEL_Z_SENS 39.24
77 #define IMU_ACCEL_Z_SENS_NUM 3924
78 #define IMU_ACCEL_Z_SENS_DEN 100
void imu_ppzuav_periodic(void)
struct Adxl345_I2c acc_adxl
void imu_ppzuav_init(void)
void imu_ppzuav_event(void)
Driver for the gyro ITG3200 from InvenSense.
Inertial Measurement Unit interface.
struct ImuPpzuav imu_ppzuav
Driver for the accelerometer ADXL345 from Analog Devices using I2C.