diff Makefile @ 60:50fca9562310

Add support for reading/writing to a DS1307 over TWI/IIC. Note that iic_read() appears to have a bug where it stops 1 byte earlier than expected, work around it for now by adding 1 in the gettod() function. tempctrl.c now prints the TOD as read from the RTC for each line.
author darius@Inchoate
date Thu, 30 Oct 2008 11:53:32 +1030
parents 5898fba6593c
children e3d1f56ba0c8
line wrap: on
line diff
--- a/Makefile	Thu Oct 30 11:44:52 2008 +1030
+++ b/Makefile	Thu Oct 30 11:53:32 2008 +1030
@@ -3,7 +3,7 @@
 #
 
 PROG=	testavr
-SRCS=	1wire.c cons.c tempctrl.c testavr.c
+SRCS=	1wire.c cons.c tempctrl.c testavr.c ds1307.c
 .if defined(WITHUSB)
 SRCS+=	usb.c
 CFLAGS+=-DWITHUSB