Function orbita3d_set_board_state
Source #[no_mangle]
pub extern "C" fn orbita3d_set_board_state(
uid: u32,
state: &u8,
) -> i32
Expand description
Set the state of the board (BoardState - u8)
§Arguments
- uid: u32 - The unique identifier of the controller.
- state: *const u8 - The state of the board.
§Returns
- i32 - 0 if the state was set successfully, 1 otherwise.