Skip to content

Commit cbddcce

Browse files
authored
Merge pull request #30 from twitchyliquid64/master
Add mention of HID class crate to README
2 parents 5f0633d + 488c5a9 commit cbddcce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Hardware driver crates
2929
Class crates
3030
------------
3131

32-
* [usbd-serial](https://github.com/mvirkkunen/usbd-serial) - CDC-ACM serial port class
32+
* [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
33+
* [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
3334

3435
TODO
3536
----

0 commit comments

Comments
 (0)