diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 01:27:06 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 01:27:06 +0000 |
commit | 5d5e3590762745af400e8ba736d1c5692a5de521 (patch) | |
tree | 2e93b68e65bbb98e2eb00cf4fce0cf1edcb290c1 /Projects/TemperatureDataLogger/TemperatureDataLogger.txt | |
parent | b68f7f16499a96e85c7cef4afd9da1a5c69e6a08 (diff) | |
download | lufa-5d5e3590762745af400e8ba736d1c5692a5de521.tar.gz lufa-5d5e3590762745af400e8ba736d1c5692a5de521.tar.bz2 lufa-5d5e3590762745af400e8ba736d1c5692a5de521.zip |
Minor code cleanups, remove TemperatureDataLogger host application's Visual Studio Solution files, add LibHIDNet license files.
Diffstat (limited to 'Projects/TemperatureDataLogger/TemperatureDataLogger.txt')
-rw-r--r-- | Projects/TemperatureDataLogger/TemperatureDataLogger.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/TemperatureDataLogger/TemperatureDataLogger.txt b/Projects/TemperatureDataLogger/TemperatureDataLogger.txt index 3e13fd385..f4eb30c08 100644 --- a/Projects/TemperatureDataLogger/TemperatureDataLogger.txt +++ b/Projects/TemperatureDataLogger/TemperatureDataLogger.txt @@ -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.
|