uRTCLib
https://github.com/Naguissa/uRTCLib
|
DS1307, DS3231 and DS3232 RTCs basic libraryReally tiny library to basic RTC functionality on Arduino.
Supported features:
See uEEPROMLib for EEPROM support, https://github.com/Naguissa/uEEPROMLib
Note: For AtTiny you need TinyWireM library from Adafruit installed (available on library manager).
I2C locked in unknown state
If uC crashes and I2C communication is locked in a unknown state you have a procedure to unlock it. It's not implemented in this library but you can find an explanation and a PIC implementation thanks to @rtek1000 in #42 : https://github.com/Naguissa/uRTCLib/issues/42