/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock
78 by Tim Marston
change our BOARD to pro5v328
1
BOARD=pro5v328
81 by Tim Marston
moved modes to a subdirectory
2
SOURCES=$(wildcard *.cc modes/*.cc util/*.cpp)
76 by edam
switch button to no interim presses during settings mode; added NVRAM support
3
LIBRARIES=Wire EEPROM
70 by edam
added newline
4
include ../arduino.mk