Expand description
Interface for USB HID (Human Interface Device) class
Traits§
- Implement this trait and use
set_client()
in order to receive callbacks. - The ‘types’ of USB HID, this should define the size of send/received packets
Interface for USB HID (Human Interface Device) class
set_client()
in order to receive callbacks.