Skip to content

Commit 56baa99

Browse files
bors[bot]dlkj
andauthored
Merge #386
386: Added usbd-human-interface-device r=eldruin a=dlkj https://github.com/dlkj/usbd-human-interface-device Added with all the other usbd/usb HID libraries rather than just appending. Hope that is ok. Co-authored-by: Daniel Kenyon-Jones <[email protected]>
2 parents 03c7896 + 4535a96 commit 56baa99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
759759
1. [usbd-serial] - USB CDC-ACM class (serial) implementation - [github][37] - ![crates.io](https://img.shields.io/crates/v/usbd-serial.svg)
760760
1. [usbd-hid] - USB HID class implementation - [github][38] - ![crates.io](https://img.shields.io/crates/v/usbd-hid.svg)
761761
1. [usbd-hid-device] - USB HID class implementation without `unsafe` - [github][40] - ![crates.io](https://img.shields.io/crates/v/usbd-hid-device.svg)
762+
1. [usbd-human-interface-device] - Batteries included embedded USB HID library for `usb-device`. Includes concrete Keyboard (boot and NKRO), Mouse and Consumer Control implementations as well as support for building your own HID classes - [github][65] - ![crates.io](https://img.shields.io/crates/v/usbd-human-interface-device.svg)
762763
1. [usbd-midi] - USB MIDI class implementation - [github][41] - ![crates.io](https://img.shields.io/crates/v/usbd-midi.svg)
763764
1. [usbd-webusb] - USB webUSB class implementation - [github][39] - ![crates.io](https://img.shields.io/crates/v/usbd-webusb.svg)
764765
1. [SHTCx] - I2C - Temperature / humidity sensors - [github][42] - ![crates.io](https://img.shields.io/crates/v/shtcx.svg)
@@ -829,6 +830,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
829830
[62]: https://github.com/anglerud/aht20-driver
830831
[63]: https://blog.kiranshila.com/blog/pac_rust_driver.md
831832
[64]: https://github.com/Finomnis/st7565
833+
[65]: https://github.com/dlkj/usbd-human-interface-device
832834

833835
[AD983x]: https://crates.io/crates/ad983x
834836
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -891,6 +893,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
891893
[usbd-serial]: http://crates.io/crates/usbd-serial
892894
[usbd-hid]: http://crates.io/crates/usbd-hid
893895
[usbd-hid-device]: http://crates.io/crates/usbd-hid-device
896+
[usbd-human-interface-device]: https://github.com/dlkj/usbd-human-interface-device
894897
[usbd-midi]: http://crates.io/crates/usbd-midi
895898
[usbd-webusb]: http://crates.io/crates/usbd-webusb
896899
[SHTCx]: http://crates.io/crates/shtcx

0 commit comments

Comments
 (0)