JChristensen / DS3232RTC

Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks
GNU General Public License v3.0
394 stars 137 forks source link

Added TimeLib header #42

Closed WhitleyStriber closed 7 years ago

WhitleyStriber commented 7 years ago

The sketch does not compile without TimeLib.h by Paul Stoffregen. It throws an error at setSyncProvider(RTC.get) unless if you include TimeLib.h

JChristensen commented 7 years ago

Duplicate of #30.