* - <b>Host</b>\r
* - <b>ClassDriver</b>\r
* - <b>CDCHost</b> - Virtual Serial Port host demo, using the library USB CDC Class driver framework\r
+ * - <b>JoystickHostWithParser</b> - Joystick host demo with HID Descriptor parser, using the library USB HID Class driver framework\r
* - <b>KeyboardHost</b> - USB Keyboard host demo, using the library USB HID Class driver framework\r
* - <b>KeyboardHostWithParser</b> - USB Keyboard host demo with HID Descriptor parser, using the library USB HID Class\r
* driver framework\r
* - <b>StillImageHost</b> - Still Image Camera host demo, using the library USB Still Image Class driver framework\r
* - <b>LowLevel</b>\r
* - <b>CDCHost</b> - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class\r
+ * - <b>JoystickHostWithParser</b> - Joystick host demo with HID Descriptor parser, using the low level LUFA APIs to implement \r
+ * the USB HID class\r
* - <b>GenericHIDHost</b> - Generic HID host demo, using the low level LUFA APIs to implement the USB HID class\r
* - <b>KeyboardHost</b> - USB Keyboard host demo, using the low level LUFA APIs to implement the USB HID class\r
* - <b>KeyboardHostWithParser</b> - USB Keyboard host demo with HID Descriptor parser, using the low level LUFA APIs to\r