Finish initial draft of the Host Mode HID Class driver.
Add new MouseHostWithParser and KeyboardHostWithParser Host Class driver demos.
This commit is contained in:
parent
f5c645296c
commit
3ffa7543a0
24 changed files with 5385 additions and 88 deletions
|
|
@ -65,7 +65,6 @@
|
|||
* - <b>Host</b>
|
||||
* - <b>ClassDriver</b>
|
||||
* - <b>CDCHost</b> - Virtual Serial Port host demo, using the library USB CDC Class driver framework
|
||||
* - <b>GenericHIDHost</b> - Generic HID host demo, using the library USB HID Class driver framework
|
||||
* - <b>KeyboardHost</b> - USB Keyboard host demo, using the library USB HID Class driver framework
|
||||
* - <b>KeyboardHostWithParser</b> - USB Keyboard host demo with HID Descriptor parser, using the library USB HID Class
|
||||
* driver framework
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue