3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
7 /** \mainpage Test Application for the LUFA library
9 * \section SSec_Info USB Information:
11 * The following table gives a rundown of the USB utilization of this demo.
15 * <td><b>USB Mode:</b></td>
16 * <td>Host/Device (Dual Role)</td>
19 * <td><b>USB Class:</b></td>
23 * <td><b>USB Subclass:</b></td>
27 * <td><b>Relevant Standards:</b></td>
31 * <td><b>Usable Speeds:</b></td>
32 * <td>Low Speed Mode, Full Speed Mode</td>
36 * \section SSec_Description Project Description:
38 * Test application. Demonstrates several aspects of the LUFA
39 * Library. On start-up the current temperature will be printed
40 * through the USART every 10 seconds, and the current joystick
41 * position will be indicated via the LEDs on the selected board.
42 * Pressing the HWB will initiate the USB subsystem, enumerating
43 * the device (which has <b>no actual functionality beyond
44 * enumeration as a device or as a host in this demo</b>, and serves
45 * only to demonstrate the USB portion of the library).
47 * Pressing the HWB a second time will turn off the USB system.
49 * When activated, the USB events will be printed through the
52 * \section SSec_Options Project Options
54 * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.