Function wpilib_sys::bindings::HAL_SetRelay
source · pub unsafe extern "C" fn HAL_SetRelay(
relayPortHandle: HAL_RelayHandle,
on: HAL_Bool,
status: *mut i32
)Expand description
Sets the state of a relay output.
@param relayPortHandle the relay handle @param on true for on, false for off