aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-1313-5879/+0
|
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() ↵Dean Camera2010-07-091-3/+3
| | | | | | functions so that they compile down in most instances to minimal loads and stores rather than complicated shifts. Fixed SCSI.c implementations of all the demos/projects casting the block count to a 32-bit temporary before calling SwapEndian_16().
* Update TemperatureDataLogger and Webserver projects to the latest FATFS ↵Dean Camera2010-06-145-1000/+1441
| | | | library version.
* More documentation fixes.Dean Camera2010-06-031-2/+2
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-0813-5438/+5438
| | | | correctly converted to the target system's native end of line style.
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-184-16/+16
|
* Added a timeout value to the TWI_StartTransmission() function, within which ↵Dean Camera2010-02-241-6/+6
| | | | | | the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register.
* Add missing TWI_Init() call to the TemperatureDataLogger project. Make ↵Dean Camera2010-02-152-7/+0
| | | | DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-2/+2
|
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean Camera2010-01-244-2/+254
| | | | is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.
* Update copyright year to 2010.Dean Camera2009-12-309-20/+20
|
* Oops - remove accidentally committed .lst files from the ↵Dean Camera2009-12-303-7180/+0
| | | | TemperatureDataLogger project.
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in ↵Dean Camera2009-12-304-6316/+5749
| | | | the correct CTC mode.
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-3014-0/+12940
Temperature Data Logger using the onboard Dataflash and Temperature sensor.