aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-04 05:18:43 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-04 05:18:43 +0000
commit646bbcc0334fd81ee72bcc0f8c64fc83c505b321 (patch)
tree8e79babeeb60718effd321758943f4c2292e6177 /Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
parentb06fad1fab6fc59aad14ad023237164d9d0730ee (diff)
Add support for Mouse Scrollwheel to the MouseHostWithParser demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@877 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt')
-rw-r--r--Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
index 79bc5c43..a6f05ac4 100644
--- a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
+++ b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
@@ -47,10 +47,10 @@
* reports, allowing for correct operation across all USB mice. This
* demo supports mice with a single HID report.
*
- * Mouse movement and button presses are displayed on the board LEDs.
- * On connection to a USB mouse, the report items will be processed and
- * printed as a formatted list through the USART before the mouse is
- * fully enumerated.
+ * Mouse and scroll wheel movement and button presses are displayed
+ * on the board LEDs. On connection to a USB mouse, the report items
+ * will be processed and printed as a formatted list through the USART
+ * before the mouse is fully enumerated.
*
* Currently only single interface mice are supported.
*