Struct rc_mpu_data_t
Defined in File mpu.h
Struct Documentation
-
struct rc_mpu_data_t
data struct populated with new sensor data
This is the container for holding the sensor data. The user is intended to make their own instance of this struct and pass its pointer to imu read functions. new data will then be written back into the user’s instance of the data struct.
base sensor readings in real units
16 bit raw adc readings and conversion rates
DMP data
-
double dmp_TaitBryan[3]
Tait-Bryan angles (roll pitch yaw) in radians from DMP based on ONLY Accel/Gyro.
fused DMP data filtered with magnetometer
-
double dmp_TaitBryan[3]