Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data...
[pub/USBasp.git] / Projects / TempDataLogger / TemperatureDataLogger.txt
index a3729a6..f157338 100644 (file)
  *  sampled data. This project will not function correctly if the RTC chip is omitted unless the DUMMY_RTC compile time token
  *  is specified - see \ref SSec_Options.
  *
- *  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.
+ *  Due to the host's need for exclusive access to the file system, 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 file system.
  *
  *  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 behavior when defined, or changed in value.
+ *  The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
  *
  *  <table>
  *   <tr>