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

Fixed a bug in DS3231 GetTemperature() #6

Closed smz closed 6 years ago

smz commented 6 years ago

A bug affecting the DS3231 GetTemperature() method has been fixed, thanks to @mrwgx3.

For more info about this bug see: https://github.com/Makuna/Rtc/issues/49