log testavr.c @ 63:4d914a1fd487

age author description
Thu, 30 Oct 2008 20:09:32 +1030 darius Fix printf typo from last commit.
Thu, 30 Oct 2008 11:53:32 +1030 darius Add support for reading/writing to a DS1307 over TWI/IIC.
Wed, 29 Oct 2008 17:45:50 +1030 darius Make it louder.
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
Mon, 20 Oct 2008 22:22:15 +1030 darius Add watchdog timer.
Sun, 06 Jul 2008 22:19:53 +0930 darius Add temperature control.
Fri, 23 Nov 2007 12:01:54 +1030 darius Use \r\n instead of \n\r (keeps pexpect happy)
Tue, 23 Oct 2007 11:03:22 +0930 darius - Conditionalise USB support.
Mon, 10 Apr 2006 17:23:51 +0930 darius Make sure our outputs are pulled high.
Mon, 12 Dec 2005 23:37:16 +1030 darius - Change to 38400 baud.
Fri, 25 Nov 2005 21:49:56 +1030 darius Covert to a later version of avr-libc. Stuff like not using inb/outb,
Fri, 25 Nov 2005 21:45:51 +1030 darius Covert to a later version of avr-libc. Stuff like not using inb/outb,
Sat, 17 Sep 2005 18:31:19 +0930 darius Spell presence correctly. AVR_1_3
Sat, 17 Sep 2005 18:10:33 +0930 darius - Add LED commands.
Wed, 01 Sep 2004 17:46:15 +0930 darius Reduce object code size as much as possible. OWIRE_1_3
Fri, 16 Jul 2004 23:39:58 +0930 darius Enable pretty LED command.
Mon, 12 Jul 2004 23:59:00 +0930 darius - Add some useful return values to search functions.
Mon, 12 Jul 2004 17:51:20 +0930 darius Supply clock speed via the command line so 1wire-delay.h can use it.
Mon, 12 Jul 2004 16:49:21 +0930 darius Add usage for sr command.
Mon, 12 Jul 2004 15:41:35 +0930 darius Implement a command driven 1 wire bus tool.
Sun, 11 Jul 2004 00:45:50 +0930 darius Initial revision