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 Mouse Host Demo
9 * Mouse host demonstration application. This gives a simple reference
10 * application for implementing a USB Mouse host, for USB mice using
11 * the standard mouse HID profile.
13 * Mouse movement and button presses are displayed on the board LEDs,
14 * as well as printed out the serial terminal as formatted dY, dY and
15 * button status information.
17 * This uses a naive method where the mouse is set to Boot Protocol mode, so
18 * that the report structure is fixed and known. A better implementation
19 * uses the HID report parser for correct report data processing across
20 * all compatable mice with advanced characteristics, as shown in the
21 * MouseHostWithParser demo application.
23 * Currently only single interface mice are supported.
27 * <td><b>USB Mode:</b></td>
31 * <td><b>USB Class:</b></td>
32 * <td>Human Interface Device (HID)</td>
35 * <td><b>USB Subclass:</b></td>
39 * <td><b>Relevant Standards:</b></td>
40 * <td>USBIF HID Specification, USBIF HID Usage Tables</td>
43 * <td><b>Usable Speeds:</b></td>
44 * <td>Low Speed Mode, Full Speed Mode</td>