Expand description
USB Human Interface Device (HID) support for microcontrollers based on usb-device.
This crate provides Hid structure for use with usb-device crate
as described by usb.org.
See usbd-hid-device-example for usage example.
Structs§
- Hid
- USB-HID device.
Constants§
- USB_
CLASS_ HID - This should be used as
device_classwhen building theUsbDevice.
Traits§
- HidReport
- Trait for types that can be used as HID reports.