X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dd995683ea1f233b79724d524a9a3dbcdc171d30..d92e9133d392fe9abfde27b60b27b24f3b142fc3:/Projects/TemperatureDataLogger/TemperatureDataLogger.txt?ds=sidebyside
diff --git a/Projects/TemperatureDataLogger/TemperatureDataLogger.txt b/Projects/TemperatureDataLogger/TemperatureDataLogger.txt
index 3e13fd385..280c5fe02 100644
--- a/Projects/TemperatureDataLogger/TemperatureDataLogger.txt
+++ b/Projects/TemperatureDataLogger/TemperatureDataLogger.txt
@@ -25,21 +25,21 @@
  *   
  *   
  *    | USB Classes: | 
- *    Mass Storage Device | 
- *    Human Interface Device | 
+ *    Mass Storage Device \n
+ *        Human Interface Device | 
  *   
  *    
  *    | USB Subclasses: | 
- *    Bulk-Only Transport | 
- *    Keyboard Subclass | 
+ *    Bulk-Only Transport \n
+ *        Keyboard Subclass | 
  *   
  *   
  *    | Relevant Standards: | 
- *    USBIF Mass Storage Standard | 
- *    USB Bulk-Only Transport Standard | 
- *    SCSI Primary Commands Specification | 
- *    SCSI Block Commands Specification | 
- *    USBIF HID Specification, USBIF HID Usage Tables | 
+ *    USBIF Mass Storage Standard \n
+ *        USB Bulk-Only Transport Standard \n
+ *        SCSI Primary Commands Specification \n
+ *        SCSI Block Commands Specification \n
+ *        USBIF HID Specification, USBIF HID Usage Tables | 
  *   
  *   
  *    | Usable Speeds: | 
@@ -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.
  *  For the logger to store data, the Dataflash must first be formatted by the host so that it contains a valid FAT filesystem.
  *
+ *  This project uses the FatFS library from ELM Chan (http://elm-chan.org/fsw/ff/00index_e.html) and the .NET HID device library
+ *  LibHIDNet (http://sourceforge.net/projects/libhidnet/).
+ *
  *  \section SSec_Options Project Options
  *
  *  The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.