pub type sh2_RawAccelerometer_t = sh2_RawAccelerometer;Expand description
@brief Raw Accelerometer
See the SH-2 Reference Manual for more detail.
Aliased Type§
#[repr(C)]pub struct sh2_RawAccelerometer_t {
pub x: i16,
pub y: i16,
pub z: i16,
pub timestamp: u32,
}Fields§
§x: i16< @brief [ADC counts]
y: i16< @brief [ADC counts]
z: i16< @brief [ADC counts]
timestamp: u32< @brief [uS]