rweather / arduinolibs

Arduino Cryptography Library
444 stars 212 forks source link

Implement support for DS3231 chip (DS3232 without user writable NVRAM) #4

Closed thijs closed 9 years ago

thijs commented 9 years ago

Adaption of DS3232RTC code to the DS3231 chip, which lacks the user writable area.

Also, tried to more accurately follow the datasheet for setting the 2 alarms.

There is a lot of code duplication between this and the DS3232RTC library. Should probably see if this can be refactored out.