]> git.tdb.fi Git - r2c2.git/commit
Add some utility functions for interfacing with hardware
authorMikko Rasa <tdb@tdb.fi>
Sat, 25 Sep 2010 08:46:20 +0000 (08:46 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 25 Sep 2010 08:46:20 +0000 (08:46 +0000)
commited7a7139f4858fe5d0c756798538d25893bf58b2
treea4b82bb87b8744dbd86aa2f9d59999981ac83944
parent0a09ce2f652314e221b88c5202795be1120c7229
Add some utility functions for interfacing with hardware
Improve makefile to support uploading to Arduino Mini
Expand s88w protocol to support multiple transmitters
Add lcd output to s88w-r for debugging
firmware/Makefile
firmware/eeprom.c [new file with mode: 0644]
firmware/eeprom.h [new file with mode: 0644]
firmware/lcd.c [new file with mode: 0644]
firmware/lcd.h [new file with mode: 0644]
firmware/s88w-r.c
firmware/s88w-t.c
firmware/serial.c [new file with mode: 0644]
firmware/serial.h [new file with mode: 0644]
firmware/timer.c [new file with mode: 0644]
firmware/timer.h [new file with mode: 0644]