vex_sdk::imu

Function vexDeviceImuReset

source
#[no_mangle]
pub unsafe extern "C" fn vexDeviceImuReset(device: V5_DeviceT)
Expand description

Calibrates the IMU. This function is non-blocking.

ยงSafety

Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.