--- /usr/local/share/arduino/libraries/ClockShield/examples/RealTimeClock/RealTimeClock.ino Sun Apr 14 20:58:33 2013 +++ RealTimeClock.ino Sun Mar 30 05:55:40 2014 @@ -65,6 +65,11 @@ extern byte g_hand;//external global variable. //the clock hand, HOUR shows that it is adjusting the hour, //MINUTE shows that it is adjusting the minute. +// Prototypes +void clockStart(); +boolean isFirstLoad(); +void Timer2ISR(); + void setup() { #ifdef DEBUG