log

age author description
Wed, 21 Jan 2009 22:51:59 +1030 darius Change default temperature to 18C - better for Ale yeast.
Wed, 21 Jan 2009 22:51:37 +1030 darius Add a routine to return text versions of errors from the temperature
Wed, 21 Jan 2009 22:50:43 +1030 darius Change error #define's so that they are outside the range the DS1820 can report.
Wed, 21 Jan 2009 18:01:40 +1030 darius Missed makefile.. not sure how.
Wed, 21 Jan 2009 18:01:17 +1030 darius Missed some USB related crud + copyright updates.
Wed, 21 Jan 2009 16:37:32 +1030 darius Create a new repo for temperature control to make hacking on other things easier.
Mon, 19 Jan 2009 22:54:19 +1030 darius Keep the newer GCC happy.
Mon, 19 Jan 2009 22:54:08 +1030 darius Fix up parsing logic.
Mon, 19 Jan 2009 22:53:40 +1030 darius Write the sub command into the right variable (oops). Now you can set the
Mon, 19 Jan 2009 22:52:36 +1030 darius Check the right value for staleness(!)
Mon, 19 Jan 2009 22:51:53 +1030 darius Default to auto (EEPROM is fried so this is the only way..)
Mon, 19 Jan 2009 22:51:30 +1030 darius Change to new ROM ID (EEPROM appears to be fried now - ARGH)
Sun, 18 Jan 2009 20:03:24 +1030 darius Tab to space conversion in usage text.
Sun, 18 Jan 2009 18:04:01 +1030 darius Fix off by one bug when terminating input command.
Thu, 30 Oct 2008 20:09:32 +1030 darius Fix printf typo from last commit.
Thu, 30 Oct 2008 20:09:02 +1030 darius Don't update the temperature we make decisions if it is invalid.
Thu, 30 Oct 2008 20:05:36 +1030 darius Add attribution for IIC routines.
Thu, 30 Oct 2008 11:53:32 +1030 darius Add support for reading/writing to a DS1307 over TWI/IIC.
Thu, 30 Oct 2008 11:44:52 +1030 darius Default to not beeping (saves eardrums during testing)
Thu, 30 Oct 2008 11:43:16 +1030 darius Ignore non-source files.
Thu, 30 Oct 2008 11:41:55 +1030 darius Not useful in a Mercurial world.
Wed, 29 Oct 2008 17:45:50 +1030 darius Make it louder.
Wed, 29 Oct 2008 17:45:32 +1030 darius Skip beep related stuff #ifdef WITHUSB.
Wed, 29 Oct 2008 17:41:04 +1030 darius Add a beeper when the data is stale (only when USB is disabled as they share
Wed, 29 Oct 2008 16:11:15 +1030 darius Disable WDT in reset just in case we take too long (eg after reset when the
Wed, 29 Oct 2008 16:10:20 +1030 darius Missed variable declaration changes from previous commit.
Wed, 29 Oct 2008 16:09:55 +1030 darius Rejig command parsing and assume the compiler isn't dumb (eg it can reuse
Wed, 29 Oct 2008 16:06:42 +1030 darius Rejig how temperatures are logged. Print out the final line at the end so it
Wed, 29 Oct 2008 16:04:20 +1030 darius Default to idle mode (saves on compressor stress when testing)
Wed, 29 Oct 2008 16:03:16 +1030 darius Move declaration of error table up with the function declarations.