37 #include "generated/airframe.h"
44 #if !defined IMU_GYRO_P_SIGN & !defined IMU_GYRO_Q_SIGN & !defined IMU_GYRO_R_SIGN
45 #define IMU_GYRO_P_SIGN -1
46 #define IMU_GYRO_Q_SIGN 1
47 #define IMU_GYRO_R_SIGN -1
49 #if !defined IMU_ACCEL_X_SIGN & !defined IMU_ACCEL_Y_SIGN & !defined IMU_ACCEL_Z_SIGN
50 #define IMU_ACCEL_X_SIGN 1
51 #define IMU_ACCEL_Y_SIGN -1
52 #define IMU_ACCEL_Z_SIGN -1
54 #if !defined IMU_MAG_X_SIGN & !defined IMU_MAG_Y_SIGN & !defined IMU_MAG_Z_SIGN
55 #define IMU_MAG_X_SIGN -1
56 #define IMU_MAG_Y_SIGN -1
57 #define IMU_MAG_Z_SIGN -1
void imu_hbmini_downlink_raw(void)
Inertial Measurement Unit interface.
struct ImuHbmini imu_hbmini
void imu_hbmini_event(void)
void imu_hbmini_init(void)
void imu_hbmini_periodic(void)