\r
/** \mainpage Test Application for the LUFA library\r
*\r
- * Test application. Demonstrates several aspects of the LUFA\r
- * Library. On startup the current temperature will be printed\r
- * through the USART every 10 seconds, and the current joystick\r
- * position will be indicated via the LEDs on the selected board.\r
- * Pressing the HWB will initiate the USB subsystem, enumerating\r
- * the device (which has <b>no actual functionality beyond\r
- * enumeration as a device or as a host in this demo</b>, and serves\r
- * only to demonstrate the USB portion of the library). It will\r
- * also suspend the joystick and temperature monitoring tasks.\r
- * \r
- * Pressing the HWB a second time will turn off the USB system\r
- * and resume the temperature printing task (but not the joystick\r
- * monitoring task).\r
- *\r
- * When activated, the USB events will be printed through the\r
- * serial USART.\r
+ * \section SSec_Info USB Information:\r
*\r
- * When the USB subsystem is activated, the board LEDs will show\r
- * the current USB status.\r
+ * The following table gives a rundown of the USB utilization of this demo.\r
*\r
* <table>\r
* <tr>\r
* <td>Low Speed Mode, Full Speed Mode</td>\r
* </tr>\r
* </table>\r
+ *\r
+ * \section SSec_Description Project Description: \r
+ *\r
+ * Test application. Demonstrates several aspects of the LUFA\r
+ * Library. On startup the current temperature will be printed\r
+ * through the USART every 10 seconds, and the current joystick\r
+ * position will be indicated via the LEDs on the selected board.\r
+ * Pressing the HWB will initiate the USB subsystem, enumerating\r
+ * the device (which has <b>no actual functionality beyond\r
+ * enumeration as a device or as a host in this demo</b>, and serves\r
+ * only to demonstrate the USB portion of the library). It will\r
+ * also suspend the joystick and temperature monitoring tasks.\r
+ * \r
+ * Pressing the HWB a second time will turn off the USB system\r
+ * and resume the temperature printing task (but not the joystick\r
+ * monitoring task).\r
+ *\r
+ * When activated, the USB events will be printed through the\r
+ * serial USART.\r
+ *\r
+ * When the USB subsystem is activated, the board LEDs will show\r
+ * the current USB status.\r
+ *\r
+ * \section SSec_Options Project Options\r
+ *\r
+ * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.\r
+ *\r
+ * <table>\r
+ * <tr>\r
+ * <td>\r
+ * None\r
+ * </td>\r
+ * </tr>\r
+ * </table>\r
*/
\ No newline at end of file