Expand description
Rust client for Tomu’s usb_simple app.
§Example
use tomu_usb_simple_client::*;
let mut tomu = TomuUsbSimple::open().await?;
// Turn on the red LED.
tomu.led(Colour::Red).await?;Structs§
- Tomu
UsbSimple - Tomu
usb_simpledevice connection.
Enums§
Type Aliases§
- Result
- Result type wrapper.