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: 4 months ago
JSON representation

Lists

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)