20 | *
21 | * | USB Mode: |
22 | * Host |
23 | *
24 | *
25 | * | USB Class: |
26 | * Human Interface Device (HID) |
27 | *
28 | *
29 | * | USB Subclass: |
30 | * N/A |
31 | *
32 | *
33 | * | Relevant Standards: |
34 | * USBIF HID Specification \n
35 | * USBIF HID Usage Tables |
36 | *
37 | *
38 | * | Supported USB Speeds: |
39 | * Low Speed Mode \n
40 | * Full Speed Mode |
41 | *
42 | *
43 | *
44 | * \section Sec_Description Project Description:
45 | *
46 | * Generic HID host demonstration application. This gives a simple reference
47 | * application for implementing a Generic HID USB host, for any device implementing
48 | * the HID profile.
49 | *
50 | * Received reports from the attached device are printed to the serial port.
51 | *
52 | * \section Sec_Options Project Options
53 | *
54 | * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
55 | *
56 | *