issues
search
smz
/
Arduino-RTCtime
A time.h compliant library that makes using the DS1307 and DS3231 Real Time Clock modules really simple.
10
stars
8
forks
source link
Bringing forward changes from upstream
#3
Closed
smz
closed
7 years ago
smz
commented
7 years ago
Two small changes from upstream
https://github.com/Makuna/Rtc/pull/31
:
define the _BV() macro in case it hasn't been already defined
avoid using the (questionable) min() macro
Two small changes from upstream https://github.com/Makuna/Rtc/pull/31: