internal struct used to save data related to angular velocity (imu) More...
#include <twi.h>
Data Fields | |
uint8_t | gyro_xout_h |
uint8_t | gyro_xout_l |
uint8_t | gyro_yout_h |
uint8_t | gyro_yout_l |
uint8_t | gyro_zout_h |
uint8_t | gyro_zout_l |
internal struct used to save data related to angular velocity (imu)
The angular velocities and their offsets are full scaled to +/-250°/s. Hence, those values are measured in about 130 steps per degree per second.
1 LSB = 250°/s / 2^15 ~ 7.623 * 10^-3 °/s
uint8_t sMI_Gyroscope::gyro_xout_h |
angular velocity around x-axis (high byte)
uint8_t sMI_Gyroscope::gyro_xout_l |
uint8_t sMI_Gyroscope::gyro_yout_h |
uint8_t sMI_Gyroscope::gyro_yout_l |
uint8_t sMI_Gyroscope::gyro_zout_h |
uint8_t sMI_Gyroscope::gyro_zout_l |