Data Fields | |
uint8_t | int_status |
Interrupt status (read to clear int) More... | |
int8_t | temp_hi |
Temperature (MSB) More... | |
int8_t | temp_lo |
Temperature (LSB) More... | |
int8_t | x_hi |
X axis rotation (MSB) More... | |
int8_t | x_lo |
X axis rotation (LSB) More... | |
int8_t | y_hi |
Y axis rotation (MSB) More... | |
int8_t | y_lo |
Y axis rotation (LSB) More... | |
int8_t | z_hi |
Z axis rotation (MSB) More... | |
int8_t | z_lo |
Z axis rotation (LSB) More... | |
uint8_t imu3000_event_t::int_status |
Interrupt status (read to clear int)
int8_t imu3000_event_t::temp_hi |
Temperature (MSB)
int8_t imu3000_event_t::temp_lo |
Temperature (LSB)
int8_t imu3000_event_t::x_hi |
X axis rotation (MSB)
Referenced by imu3000_isr().
int8_t imu3000_event_t::x_lo |
X axis rotation (LSB)
Referenced by imu3000_isr().
int8_t imu3000_event_t::y_hi |
Y axis rotation (MSB)
Referenced by imu3000_isr().
int8_t imu3000_event_t::y_lo |
Y axis rotation (LSB)
Referenced by imu3000_isr().
int8_t imu3000_event_t::z_hi |
Z axis rotation (MSB)
Referenced by imu3000_isr().
int8_t imu3000_event_t::z_lo |
Z axis rotation (LSB)
Referenced by imu3000_isr().