Crate usbd_hid_device

Source
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_class when building the UsbDevice.

Traits§

HidReport
Trait for types that can be used as HID reports.