[][src]Function wpilib_sys::bindings::HAL_GetAnalogGyroOffset

pub unsafe extern "C" fn HAL_GetAnalogGyroOffset(
    handle: HAL_GyroHandle,
    status: *mut i32
) -> f64

Gets the calibrated gyro offset.

Can be used to not repeat a calibration but reconstruct the gyro object.

@param handle the gyro handle @return the gryo offset