[][src]Function wpilib_sys::bindings::HAL_GetEncoderDirection

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

Gets the last direction the encoder value changed.

@param encoderHandle the encoder handle @return the last direction the encoder value changed