This directory provides definitions, structs and functions for a USB HID device - USB HID Keyboard driver, to implement an USB keyboard device.
Contents
There are three things for the implement of the USB HID Keyboard driver:
Implement the USB HID driver structs and functions for the device, to initialize, to handle HID-specific requests and dispach standard requests in USBD callbacks, to read/write through assigned USB endpoints,
Create the HID Keyboard device's descriptors that should be passed to the USBDDriver instance on initialization, so that the host can recognize the device as a USB Keyboard device.
Implement methods to update the keyboard keys status, so that host can get it through USB.
For more information about what a particular group contains, please refer to "USB HID Keyboard".
Source
The documentation for this Directory was generated from the following files: