Maintenance notice: These forum archives are read-only, and will be removed shortly. Please visit our forums at their new location, https://www.evilmadscientist.com/forums/.

Alpha Clock Five, Updating error

edited July 2014 in Clock Kits

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

Comments

  • I can get that error if I comment out the #include line with the ds1307rtc library.  Is it possible that you don't have that library installed? 

  • Yup, that's why. My mistake. I'm still kinda new to all of this. Thanks! I'll be learning more as I go along.
Sign In or Register to comment.