Hi everyone! I recently purchased and built the Alpha Clock Five. I currently have version 2.0 and I’m trying to update it to 2.1. However, I get these errors when I try to upload:
AlphaClock.ino: In function ‘void checkButtons()’:
AlphaClock:361: error: ‘RTC’ was not declared in this scope
AlphaClock:368: error: ‘RTC’ was not declared in this scope
AlphaClock:379: error: ‘RTC’ was not declared in this scope
AlphaClock:387: error: ‘RTC’ was not declared in this scope
AlphaClock:517: error: ‘RTC’ was not declared in this scope
AlphaClock.ino: In function ‘void setup()’:
AlphaClock:947: error: ‘RTC’ was not declared in this scope
AlphaClock.ino: In function ‘void processSerialMessage()’:
AlphaClock:1227: error: ‘RTC’ was not declared in this scope
AlphaClock.ino: In function ‘void UpdateDisplay(byte)’:
AlphaClock:1671: error: ‘RTC’ was not declared in this scope
AlphaClock.ino: In function ‘void AdjDayMonthYear(int8_t, int8_t, int8_t)’:
AlphaClock:1791: error: ‘RTC’ was not declared in this scope
AlphaClock.ino: In function ‘void EESaveSettings()’:
AlphaClock:2289: error: ‘RTC’ was not declared in this scope
Did I miss something? I’m running Arduino 1.05r2, with the correct settings.
Thanks, Chucky