Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.
[pub/lufa.git] / Demos / CDCHost / CDCHost.txt
index 5f8dc8c..39e2357 100644 (file)
@@ -5,17 +5,10 @@
  */\r
  \r
 /** \mainpage CDC Host Demo\r
- *  \r
- *  CDC host demonstration application. This gives a simple reference application\r
- *  for implementing a USB CDC host, for CDC devices using the standard ACM profile.\r
- *  \r
- *  This demo prints out received CDC data through the serial port.\r
- *  \r
- *  Not that this demo is only compatible with devices which report the correct CDC\r
- *  and ACM class, subclass and protocol values. Most USB-Serial cables have vendor\r
- *  specific features, thus use vendor-specfic class/subclass/protocol codes to force\r
- *  the user to use specialized drivers. This demo is not compaible with such devices.\r
- *  \r
+ *\r
+ *  \section SSec_Info USB Information:\r
+ *\r
+ *  The following table gives a rundown of the USB utilization of this demo.\r
  *\r
  *  <table>\r
  *   <tr>\r
  *    <td>Full Speed Mode</td>\r
  *   </tr>\r
  *  </table>\r
+ *\r
+ *  \section SSec_Description Project Description: \r
+ *\r
+ *  CDC host demonstration application. This gives a simple reference application\r
+ *  for implementing a USB CDC host, for CDC devices using the standard ACM profile.\r
+ *  \r
+ *  This demo prints out received CDC data through the serial port.\r
+ *  \r
+ *  Not that this demo is only compatible with devices which report the correct CDC\r
+ *  and ACM class, subclass and protocol values. Most USB-Serial cables have vendor\r
+ *  specific features, thus use vendor-specfic class/subclass/protocol codes to force\r
+ *  the user to use specialized drivers. This demo is not compaible with such devices.\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