log tempctrl.c @ 82:93388163e037 default tip

age author description
2013-04-01 Daniel O'Connor Fix 'none' mode. default tip
2009-05-11 Daniel O'Connor Squeeze down the output so it will fit in 80 colums.
2009-05-05 Daniel O'Connor Don't call wdt_reset() in the IRQ routine - it makes the WDT useless.
2009-01-21 darius Use new routine to print short error code rather than a cryptic number.
2009-01-21 darius Modify comment to match reality.
2009-01-21 darius Change default temperature to 18C - better for Ale yeast.
2009-01-21 darius Missed some USB related crud + copyright updates.
2009-01-19 darius Keep the newer GCC happy.
2009-01-19 darius Fix up parsing logic.
2009-01-19 darius Write the sub command into the right variable (oops). Now you can set the
2009-01-19 darius Check the right value for staleness(!)
2009-01-19 darius Default to auto (EEPROM is fried so this is the only way..)
2009-01-19 darius Change to new ROM ID (EEPROM appears to be fried now - ARGH)
2009-01-18 darius Tab to space conversion in usage text.
2008-10-30 darius Don't update the temperature we make decisions if it is invalid.
2008-10-30 darius Add support for reading/writing to a DS1307 over TWI/IIC.
2008-10-30 darius Default to not beeping (saves eardrums during testing)
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 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-20 darius Add watchdog reset to timer IRQ.
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..
2008-07-06 darius Add temperature control.