annotate .hgignore @ 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 1afc710266bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
1 .*\.lst
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
2 .*\.dmp
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
3 .*\.o
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
4 .*\.hex
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
5 .*\.elf
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
6 .*\.map
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
7 .*~
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
8