Added board hardware driver support for the Olimex AVR-USB-162 development board...
[pub/lufa.git] / LUFA / ManPages / LibraryApps.txt
index 7d4f3f7..787847f 100644 (file)
@@ -60,6 +60,8 @@
  *        - <b>VirtualSerial</b> - Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class
  *      - <b>Incomplete</b>
  *        - <b>SideShow</b> - Incomplete Windows SideShow demo, using the low level LUFA APIs to implement the USB SideShow class
+ *        - <b>TestAndMeasurement</b> - Incomplete Test and Measurement demo, using the low level LUFA APIs to implement the USB Test and
+ *                                      Measurement class
  *    - <b>Host</b>
  *      - <b>ClassDriver</b>
  *        - <b>JoystickHostWithParser</b> - Joystick host demo with HID Descriptor parser, using the library USB HID Class driver framework