aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-21 10:29:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-21 10:29:56 +0000
commit44179abcf85acb14fb3aff72ce50ae84281c0f2e (patch)
tree212a0d8015e32cb3909d5397b1d517b7c4f0ec83 /LUFA
parentd0db78432fc02bacbd57cc9f15eb05b4e56981cb (diff)
downloadlufa-44179abcf85acb14fb3aff72ce50ae84281c0f2e.tar.gz
lufa-44179abcf85acb14fb3aff72ce50ae84281c0f2e.tar.bz2
lufa-44179abcf85acb14fb3aff72ce50ae84281c0f2e.zip
Add PrinterHost demo to the documentation.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/LibraryApps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 817596790..8a0717035 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -82,6 +82,7 @@
* - <b>MouseHost</b> - Mouse host demo, using the low level LUFA APIs to implement the USB HID class
* - <b>MouseHostWithParser</b> - Mouse host demo with HID Descriptor parser, using the low level LUFA APIs to implement the
* USB HID class
+ * - <b>PrinterHost</b> - Printer host demo, using the low level LUFA APIs to implement the USB Printer class
* - <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