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

Gets the user set distance per pulse of the encoder.

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