[][src]Function wpilib_sys::bindings::HAL_SetAnalogGyroParameters

pub unsafe extern "C" fn HAL_SetAnalogGyroParameters(
    handle: HAL_GyroHandle,
    voltsPerDegreePerSecond: f64,
    offset: f64,
    center: i32,
    status: *mut i32
)

Sets the analog gyro parameters to the specified values.

This is meant to be used if you want to reuse the values from a previous calibration.

@param handle the gyro handle @param voltsPerDegreePerSecond the gyro volts scaling @param offset the gyro offset @param center the gyro center