Added new JoystickHostWithParser demos to the library.
[pub/lufa.git] / LUFA / ManPages / LibraryApps.txt
index 81b0d81..91841b9 100644 (file)
@@ -64,6 +64,7 @@
  *    - <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
@@ -73,6 +74,8 @@
  *        - <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