usbhidusage 0.1.3

A general purpose library for working with usb Human Interface Device Descriptors from the HID Usage Tables for Universal Serial Bus (USB) v1.5
Documentation
1
2
3
4
5
//! Ordinal Page (0x0A)
//!
//! The Ordinal page allows multiple instances of a control or sets of controls to be declared without requiring individual enumeration in the native usage page
mod ordinal;
pub use ordinal::OrdinalUsage;