aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryApps.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-03 12:12:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-03 12:12:07 +0000
commit0899deaae3355428a4be749bdc618799a7d6af2d (patch)
tree493c08fb26a2294eb3d540bf1b4fcd601edd6dde /LUFA/ManPages/LibraryApps.txt
parent5832bab02f9dedee5fae540f0e38b7417cddfb9d (diff)
downloadlufa-0899deaae3355428a4be749bdc618799a7d6af2d.tar.gz
lufa-0899deaae3355428a4be749bdc618799a7d6af2d.tar.bz2
lufa-0899deaae3355428a4be749bdc618799a7d6af2d.zip
Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port and a HID Mouse.
Diffstat (limited to 'LUFA/ManPages/LibraryApps.txt')
-rw-r--r--LUFA/ManPages/LibraryApps.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index ceb265243..81b0d815e 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -35,13 +35,14 @@
* - <b>AudioInput</b> - Audio In (microphone) demo, using the library USB Audio Class driver framework
* - <b>AudioOutput</b> - Audio Out (speaker) demo, using the library USB Audio Class driver framework
* - <b>CDC</b> - Virtual Serial Port demo, using the library USB CDC Class driver framework
+ * - <b>CDCMouse</b> - Virtual Serial Port and Mouse demo, using the library USB CDC and HID Class driver frameworks
* - <b>DualCDC</b> - Dual Virtual Serial Port demo, using the library USB CDC Class driver framework
* - <b>GenericHID</b> - Generic Human Interface Class demo, using the library USB HID Class driver framework
* - <b>Joystick</b> - USB Joystick demo, using the library USB HID Class driver framework
* - <b>Keyboard</b> - USB Keyboard demo, using the library USB HID Class driver framework
* - <b>KeyboardMouse</b> - Dual Keyboard/Mouse demo, using the library USB HID Class driver framework
* - <b>MassStorage</b> - Dual Drive Mass Storage demo, using the library USB Mass Storage Class driver framework
- * - <b>MassStorageKeyboard</b> - Mass Storage and Keyboard demo, using the library USB Mass Storage Class driver framework
+ * - <b>MassStorageKeyboard</b> - Mass Storage and Keyboard demo, using the library USB Mass Storage/HID Class driver frameworks
* - <b>MIDI</b> - MIDI In demo, using the library USB MIDI-Audio Class driver framework
* - <b>Mouse</b> - USB Mouse demo, using the library USB HID driver framework
* - <b>RNDISEthernet</b> - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework