cotton_usb_host_hid/
lib.rs

1#![cfg_attr(not(feature = "std"), no_std)]
2mod debug;
3pub mod hid;
4pub use hid::{Hid, IdentifyHid};