aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/MouseHost/MouseHost.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-20 05:39:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-20 05:39:15 +0000
commitecf7538430c01b95104682f0f7493e57b9168125 (patch)
tree5243014d8735f14a0841f793738c8ca51f46f783 /Demos/MouseHost/MouseHost.txt
parentee7bd5685e000b3a128069fd75d436c653ab54b2 (diff)
downloadlufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.gz
lufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.bz2
lufa-ecf7538430c01b95104682f0f7493e57b9168125.zip
Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.
Diffstat (limited to 'Demos/MouseHost/MouseHost.txt')
-rw-r--r--Demos/MouseHost/MouseHost.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/Demos/MouseHost/MouseHost.txt b/Demos/MouseHost/MouseHost.txt
index a6d1ba828..d36c7313e 100644
--- a/Demos/MouseHost/MouseHost.txt
+++ b/Demos/MouseHost/MouseHost.txt
@@ -57,9 +57,16 @@
*
* <table>
* <tr>
- * <td>
- * None
- * </td>
+ * <td><b>Define Name:</b></td>
+ * <td><b>Location:</b></td>
+ * <td><b>Description:</b></td>
+ * </tr>
+ * <tr>
+ * <td>INTERRUPT_DATA_ENDPOINT</td>
+ * <td>Makefile CDEFS</td>
+ * <td>When defined, this causes the demo to enable interrupts for the data pipe,
+ * which services reports from the device. If not defined, the data pipe is
+ * serviced via polling using the task scheduler.</td>
* </tr>
* </table>
*/ \ No newline at end of file