[][src]Function wpilib_sys::bindings::HAL_GetEncoderDistancePerPulse

pub unsafe extern "C" fn HAL_GetEncoderDistancePerPulse(
    encoderHandle: HAL_EncoderHandle,
    status: *mut i32
) -> f64

Gets the user set distance per pulse of the encoder.

@param encoderHandle the encoder handle @return the set distance per pulse