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
pub unsafe extern "C" fn HAL_SetRelay(
relayPortHandle: HAL_RelayHandle,
on: HAL_Bool,
status: *mut i32,
)Sets the state of a relay output.
@param relayPortHandle the relay handle @param on true for on, false for off