Update manual pages to reference unfinished AVR32 port, add port status to the Future...
[pub/USBasp.git] / Projects / TemperatureDataLogger / TemperatureDataLogger.txt
index 3e13fd3..280c5fe 100644 (file)
  *   </tr>\r
  *   <tr>\r
  *    <td><b>USB Classes:</b></td>\r
  *   </tr>\r
  *   <tr>\r
  *    <td><b>USB Classes:</b></td>\r
- *    <td>Mass Storage Device</td>\r
- *    <td>Human Interface Device</td>\r
+ *    <td>Mass Storage Device \n\r
+ *        Human Interface Device</td>\r
  *   </tr>\r
  *   <tr> \r
  *    <td><b>USB Subclasses:</b></td>\r
  *   </tr>\r
  *   <tr> \r
  *    <td><b>USB Subclasses:</b></td>\r
- *    <td>Bulk-Only Transport</td>\r
- *    <td>Keyboard Subclass</td>\r
+ *    <td>Bulk-Only Transport \n\r
+ *        Keyboard Subclass</td>\r
  *   </tr>\r
  *   <tr>\r
  *    <td><b>Relevant Standards:</b></td>\r
  *   </tr>\r
  *   <tr>\r
  *    <td><b>Relevant Standards:</b></td>\r
- *    <td>USBIF Mass Storage Standard</td>\r
- *    <td>USB Bulk-Only Transport Standard</td>\r
- *    <td>SCSI Primary Commands Specification</td>\r
- *    <td>SCSI Block Commands Specification</td>\r
- *    <td>USBIF HID Specification, USBIF HID Usage Tables</td>\r
+ *    <td>USBIF Mass Storage Standard \n\r
+ *        USB Bulk-Only Transport Standard \n\r
+ *        SCSI Primary Commands Specification \n\r
+ *        SCSI Block Commands Specification \n\r
+ *        USBIF HID Specification, USBIF HID Usage Tables</td>\r
  *   </tr>\r
  *   <tr>\r
  *    <td><b>Usable Speeds:</b></td>\r
  *   </tr>\r
  *   <tr>\r
  *    <td><b>Usable Speeds:</b></td>\r
@@ -62,6 +62,9 @@
  *  Due to the host's need for exclusive access to the filesystem, the device will not log samples while connected to a host.\r
  *  For the logger to store data, the Dataflash must first be formatted by the host so that it contains a valid FAT filesystem.\r
  *\r
  *  Due to the host's need for exclusive access to the filesystem, the device will not log samples while connected to a host.\r
  *  For the logger to store data, the Dataflash must first be formatted by the host so that it contains a valid FAT filesystem.\r
  *\r
+ *  This project uses the FatFS library from ELM Chan (http://elm-chan.org/fsw/ff/00index_e.html) and the .NET HID device library\r
+ *  LibHIDNet (http://sourceforge.net/projects/libhidnet/).\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
  *  \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