log

age author description
2008-10-29 darius Make it louder.
2008-10-29 darius Skip beep related stuff #ifdef WITHUSB.
2008-10-29 darius Add a beeper when the data is stale (only when USB is disabled as they share
2008-10-29 darius Disable WDT in reset just in case we take too long (eg after reset when the
2008-10-29 darius Missed variable declaration changes from previous commit.
2008-10-29 darius Rejig command parsing and assume the compiler isn't dumb (eg it can reuse
2008-10-29 darius Rejig how temperatures are logged. Print out the final line at the end so it
2008-10-29 darius Default to idle mode (saves on compressor stress when testing)
2008-10-29 darius Move declaration of error table up with the function declarations.
2008-10-20 darius Add watchdog timer.
2008-10-20 darius Add watchdog reset to timer IRQ.
2008-10-20 darius Add macros for number system used for temperatures.
2008-07-06 darius Fix typo.
2008-07-06 darius Init lastdata same as lastheat/coolon/off otherwise we won't handle thing
2008-07-06 darius Actually keep track of when the heater & cooler go on/off..