]> git.tdb.fi Git - model-railway-devices.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)
commitd8a31ed675778c08ca781beb62863c62d6f0bd94
treea5b2edce1e09301c7198355386e9786a26b6f4f3
parentaf6a469f761ceec44e94bea5fe8e5345fd368966
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]