[][src]Function wpilib_sys::bindings::HAL_SetAnalogSampleRate

pub unsafe extern "C" fn HAL_SetAnalogSampleRate(
    samplesPerSecond: f64,
    status: *mut i32
)

Sets the sample rate.

This is a global setting for the Athena and effects all channels.

@param samplesPerSecond The number of samples per channel per second.