Alpha Clock Five, Updating error

Home Evil Mad Scientist Forums Clock Kits Alpha Clock Five, Updating error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20380
    Chuck
    Participant


    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

    #21940
    Windell Oskay
    Keymaster

    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? 

    #21941
    Chuck
    Participant


    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.