embassy-usb-host 0.1.0

Async USB host stack for embedded devices in Rust.
Documentation
1
2
3
4
5
# embassy-usb-host

Async USB host stack for embedded devices.

This crate provides USB host enumeration, descriptor parsing, and class driver support on top of `embassy-usb-driver` hardware traits.