Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update TemperatureDataLogger and Webserver projects to the latest FATFS ↵ | Dean Camera | 2010-06-14 | 5 | -1000/+1441 |
| | | | | library version. | ||||
* | More documentation fixes. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 13 | -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 Camera | 2010-04-18 | 4 | -16/+16 |
| | |||||
* | Added a timeout value to the TWI_StartTransmission() function, within which ↵ | Dean Camera | 2010-02-24 | 1 | -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 Camera | 2010-02-15 | 2 | -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 Camera | 2010-02-02 | 1 | -2/+2 |
| | |||||
* | Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵ | Dean Camera | 2010-01-24 | 4 | -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 Camera | 2009-12-30 | 9 | -20/+20 |
| | |||||
* | Oops - remove accidentally committed .lst files from the ↵ | Dean Camera | 2009-12-30 | 3 | -7180/+0 |
| | | | | TemperatureDataLogger project. | ||||
* | Fix TemperatureDataLogger - sample tick timer wasn't being initialized in ↵ | Dean Camera | 2009-12-30 | 4 | -6316/+5749 |
| | | | | the correct CTC mode. | ||||
* | Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵ | Dean Camera | 2009-12-30 | 14 | -0/+12940 |
Temperature Data Logger using the onboard Dataflash and Temperature sensor. |