log

age author description
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..
2008-07-06 darius Add temperature control.
2007-11-22 convert-repo update tags
2007-11-23 darius Use parallel programmer.
2007-11-23 darius Use \r\n instead of \n\r (keeps pexpect happy)
2007-10-23 darius - Conditionalise USB support.
2007-10-23 darius Conditionalise USB support, use DWARF debugging as AVR studio groks
2007-10-23 darius Tidy up, hide details behind macros to make it more obvious what we
2007-10-23 darius Work around FreeBSD setting CPU flags based on architectures
2007-10-23 darius - Don't wrap individual debug statements in ifdef, use a conditionally
2006-04-23 darius Isolate the bus frobbing parts and the delays into a separate header.
2006-04-10 darius - Rename some more functions to be consistent.
2006-04-10 darius Make sure our outputs are pulled high.
2006-04-10 darius Remove extra newline
2006-04-10 darius Ignorance.
2006-04-10 darius Test programs to talk to the hardware from a PC
2005-12-13 darius - Remove some #if'd out code.
2005-12-12 darius More ignorance.
2005-12-12 darius - Change to 38400 baud.
2005-12-12 darius Add code to talk to a Phillips PDIUSBB12.
2005-12-12 darius Report the bus being held low back to the caller from OWFirst/Next.
2005-12-12 darius Re-format the code.