aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryApps.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-29 07:15:09 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-29 07:15:09 +0000
commit7977663f62627a9561e6180e0548e5a9c83c97c3 (patch)
tree2a976187584d0cdde6af42d0fd5f0f883a6b7f86 /LUFA/ManPages/LibraryApps.txt
parentfa8d25ef29eb9e96f9089d17eeb64b3a5edb8e66 (diff)
downloadlufa-7977663f62627a9561e6180e0548e5a9c83c97c3.tar.gz
lufa-7977663f62627a9561e6180e0548e5a9c83c97c3.tar.bz2
lufa-7977663f62627a9561e6180e0548e5a9c83c97c3.zip
Add information on the new MouseHostDevice dual role demo to the library documentation. Add a 0x prefix to the LUFA_VERSION_INTEGER define to ensure that it is stored as BCD, and not an octal value.
Diffstat (limited to 'LUFA/ManPages/LibraryApps.txt')
-rw-r--r--LUFA/ManPages/LibraryApps.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 253802b1f..900a82cdc 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -86,6 +86,9 @@
* - <b>StillImageHost</b> - Still Image Camera host demo, using the low level LUFA APIs to implement the USB Still Image class
* - <b>Incomplete</b>
* - <b>BluetoothHost</b> - Incomplete Bluetooth host demo, using the low level LUFA APIs to implement the USB Bluetooth class
+ * - <b>DualRole</b>
+ * - <b>ClassDriver</b>
+ * - <b>MouseHostDevice</b> - Dual role Mouse Host and Mouse Device demo, using the library USB CDC Class driver framework
* - <b>Bootloaders</b>
* - <b>DFU</b> - DFU Class USB bootloader, compatible with Atmel's FLIP and the open source dfu-programmer software
* - <b>CDC</b> - CDC Class USB bootloader, compatible with any AVR910 protocol programming software such as AVRDude