/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock
62 by edam
moved some stuf round, created a re-usable pool of message buffers, genericised "modes" for messages
1
BOARD=pro5v
64 by Tim Marston
added support for eclipse project and converted to a manual Makefile
2
SOURCES=$(wildcard *.cc util/*.cpp)
3
LIBRARIES=Wire
70 by edam
added newline
4
include ../arduino.mk