[][src]Function wpilib_sys::bindings::HAL_GetEncoderRaw

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

Gets the raw counts of the encoder.

This is not scaled by any values.

@param encoderHandle the encoder handle @return the raw encoder count