aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-30 09:00:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-30 09:00:29 +0000
commit208edeee0f97a56697f0b15b519a9e723436f007 (patch)
treeda6a676c8ac77ee95f67ebfdc5071754971c3b44 /LUFA/ManPages/ChangeLog.txt
parentf5951d15936f397afbeb31bf467a90e6e9b5e161 (diff)
downloadlufa-208edeee0f97a56697f0b15b519a9e723436f007.tar.gz
lufa-208edeee0f97a56697f0b15b519a9e723436f007.tar.bz2
lufa-208edeee0f97a56697f0b15b519a9e723436f007.zip
Add new TemperatureDataLogger project, a simple USB Mass Storage class Temperature Data Logger using the onboard Dataflash and Temperature sensor.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index c206ad04d..a64428e8b 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -12,6 +12,8 @@
* - Added TPI programming support for 6-pin ATTINY to the AVRISP programmer project
* - Added command timeout counter to the AVRISP project so that the device no longer freezes when incorrectly connected
* to a target
+ * - Added new TemperatureDataLogger application, a USB data logger which writes to the device's dataflash and appears to
+ * the host as a standard Mass Storage device when inserted
*
* <b>Changed:</b>
* - Slowed down bit-banged PDI programming in the AVRISP project slightly to prevent transmission errors
@@ -22,6 +24,7 @@
* <b>Fixed:</b>
* - Fixed AVRISP project not able to enter programming mode when ISP protocol is used
* - Fixed AVRISP PDI race condition where the guard time between direction changes could be interpreted as a start bit
+ * - Fixed ADC_IsReadingComplete() returning an inverted result
*
* \section Sec_ChangeLog091223 Version 091223
*