Function orbita3d_disable_torque
Source #[no_mangle]
pub extern "C" fn orbita3d_disable_torque(uid: u32) -> i32
Expand description
Disable the controller (turn off the motors)
§Arguments
- uid: u32 - The unique identifier of the controller.
§Returns
- i32 - 0 if the controller was disabled successfully, 1 otherwise.