NorthernWidget / DS3231

Communicates between Arduino-programmed AVR and Maxim DS3231 RTC: splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries
The Unlicense
186 stars 81 forks source link

variable "clock" conflict #52

Closed Jefferson-Lopes closed 2 years ago

Jefferson-Lopes commented 2 years ago

Due to the error
'DS3231 clock' redeclared as different kind of symbol and to make all the examples more consistent, I change the variable clock to myRTC in every example code.

awickert commented 2 years ago

Thank you! Yes, this library is now so ancient that new protected variables have been created since its original design.