Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the correct...
[pub/USBasp.git] / Demos / Host / ClassDriver / MouseHostWithParser / MouseHostWithParser.txt
index 3c83341..a6f05ac 100644 (file)
@@ -6,6 +6,12 @@
  \r
 /** \mainpage Mouse Host With HID Descriptor Parser Demo\r
  *\r
+ *  \section SSec_Compat Demo Compatibility:\r
+ *\r
+ *  The following list indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ *  - Series 7 USB AVRs\r
+ *\r
  *  \section SSec_Info USB Information:\r
  *\r
  *  The following table gives a rundown of the USB utilization of this demo.\r
  *  reports, allowing for correct operation across all USB mice. This\r
  *  demo supports mice with a single HID report.\r
  *  \r
- *  Mouse movement and button presses are displayed on the board LEDs.\r
- *  On connection to a USB mouse, the report items will be processed and\r
- *  printed as a formatted list through the USART before the mouse is\r
- *  fully enumerated.\r
+ *  Mouse and scroll wheel movement and button presses are displayed\r
+ *  on the board LEDs. On connection to a USB mouse, the report items\r
+ *  will be processed and printed as a formatted list through the USART\r
+ *  before the mouse is fully enumerated.\r
  *  \r
  *  Currently only single interface mice are supported.\r
  *\r