#[no_mangle]
pub unsafe extern "C" fn vexDeviceImuStatusGet(
device: V5_DeviceT,
) -> u32Expand description
Returns the IMU’s status bits.
§Safety
Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.