tomu_usb_simple_client

Crates.iotomu_usb_simple_client
lib.rstomu_usb_simple_client
version0.1.1
created_at2025-09-15 02:02:38.130447+00
updated_at2025-09-15 03:08:23.29772+00
descriptionA Rust client for the Tomu usb_simple app (LED control)
homepage
repositoryhttps://github.com/micolous/tomu_usb_simple_client
max_upload_size
id1839328
size35,606
micolous (micolous)

documentation

README

tomu_usb_simple_clientLatest Version Docs version

A Rust client for Tomu's usb_simple sample app, which activates the Tomu's LEDs in response to simple USB control commands.

Running the demo

  1. Compile and install the usb_simple app on your Tomu with auto-run enabled.

  2. On Windows only: assign the WinUsb Device driver to the Tomu.

  3. Install a recent Rust toolchain.

  4. Run the demo:

    cargo run --example demo
    
Commit count: 8

cargo fmt