Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twitchyliquid64/usbd-hid
https://github.com/twitchyliquid64/usbd-hid
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/twitchyliquid64/usbd-hid
- Owner: twitchyliquid64
- License: mit
- Created: 2020-01-23T22:41:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T18:04:29.000Z (7 months ago)
- Last Synced: 2024-04-09T22:22:42.131Z (7 months ago)
- Language: Rust
- Size: 103 KB
- Stars: 77
- Watchers: 7
- Forks: 31
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usbd-hid
[![Crates.io](https://img.shields.io/crates/v/usbd-hid.svg)](https://crates.io/crates/usbd-hid) [![usbd-hid](https://docs.rs/usbd-hid/badge.svg)](https://docs.rs/usbd-hid)
USB HID implementation for [usb-device](https://crates.io/crates/usb-device).
Also implements a cheeky procedural macro for generating HID descriptors.
Examples:
- [twitching usb mouse](https://github.com/atsamd-rs/atsamd/blob/master/boards/itsybitsy_m0/examples/twitching_usb_mouse.rs)