Skip to content

Commit cb8e6d4

Browse files
authored
Merge pull request #92 from stappersg/embassy
Link to embassy-usb
2 parents cd093fe + 7ee8ac2 commit cb8e6d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ Class crates
3434

3535
* [usbd-serial](https://github.com/mvirkkunen/usbd-serial) [![Crates.io](https://img.shields.io/crates/v/usbd-serial.svg)](https://crates.io/crates/usbd-serial) - CDC-ACM serial port class
3636
* [usbd-hid](https://github.com/twitchyliquid64/usbd-hid) [![Crates.io](https://img.shields.io/crates/v/usbd-hid.svg)](https://crates.io/crates/usbd-hid) - HID class
37+
38+
39+
Others
40+
------
41+
42+
Other implementations for USB in Rust
43+
* [embassy-usb](https://github.com/embassy-rs/embassy/blob/master/embassy-usb/src/driver.rs), an async variant.

0 commit comments

Comments
 (0)