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
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.
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.