aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Joystick/Joystick.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Joystick/Joystick.txt')
-rw-r--r--Demos/Joystick/Joystick.txt42
1 files changed, 30 insertions, 12 deletions
diff --git a/Demos/Joystick/Joystick.txt b/Demos/Joystick/Joystick.txt
index 6229aa042..7d47ae92f 100644
--- a/Demos/Joystick/Joystick.txt
+++ b/Demos/Joystick/Joystick.txt
@@ -6,18 +6,9 @@
/** \mainpage Joystick Device Demo
*
- * Joystick demonstration application. This gives a simple reference
- * application for implementing a USB Keyboard device, for USB Joysticks
- * using the standard Keyboard HID profile.
- *
- * This device will show up as a generic joystick device, with two buttons.
- * Pressing the joystick inwards is the first button, and the HWB button
- * is the second.
- *
- * Moving the joystick on the selected board moves the joystick location on
- * the host computer.
- *
- * Currently only single interface joysticks are supported.
+ * \section SSec_Info USB Information:
+ *
+ * The following table gives a rundown of the USB utilization of this demo.
*
* <table>
* <tr>
@@ -41,4 +32,31 @@
* <td>Low Speed Mode, Full Speed Mode</td>
* </tr>
* </table>
+ *
+ * \section SSec_Description Project Description:
+ *
+ * Joystick demonstration application. This gives a simple reference
+ * application for implementing a USB Keyboard device, for USB Joysticks
+ * using the standard Keyboard HID profile.
+ *
+ * This device will show up as a generic joystick device, with two buttons.
+ * Pressing the joystick inwards is the first button, and the HWB button
+ * is the second.
+ *
+ * Moving the joystick on the selected board moves the joystick location on
+ * the host computer.
+ *
+ * Currently only single interface joysticks are supported.
+ *
+ * \section SSec_Options Project Options
+ *
+ * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
+ *
+ * <table>
+ * <tr>
+ * <td>
+ * None
+ * </td>
+ * </tr>
+ * </table>
*/ \ No newline at end of file