X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0323e13b39a8a00ede4a3242bddfc6d8343acdaa..0ea819f7814a9eda0d5bfbb5125abb113634724f:/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt index 3c83341a2..a6f05ac40 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt +++ b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt @@ -6,6 +6,12 @@ /** \mainpage Mouse Host With HID Descriptor Parser Demo * + * \section SSec_Compat Demo Compatibility: + * + * The following list indicates what microcontrollers are compatible with this demo. + * + * - Series 7 USB AVRs + * * \section SSec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. @@ -41,10 +47,10 @@ * reports, allowing for correct operation across all USB mice. This * demo supports mice with a single HID report. * - * Mouse movement and button presses are displayed on the board LEDs. - * On connection to a USB mouse, the report items will be processed and - * printed as a formatted list through the USART before the mouse is - * fully enumerated. + * Mouse and scroll wheel movement and button presses are displayed + * on the board LEDs. On connection to a USB mouse, the report items + * will be processed and printed as a formatted list through the USART + * before the mouse is fully enumerated. * * Currently only single interface mice are supported. *