[][src]Function wpilib_sys::bindings::HAL_SetDIODirection

pub unsafe extern "C" fn HAL_SetDIODirection(
    dioPortHandle: HAL_DigitalHandle,
    input: HAL_Bool,
    status: *mut i32
)

Sets the direction of a DIO channel.

@param dioPortHandle the digital port handle @param input true to set input, false for output