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

Change DS3231 temperature interpretation for GetTemperature() #5

Closed mrwgx3 closed 6 years ago

mrwgx3 commented 6 years ago

Two byte register read now treated as scaled 16-bit 2's complement integer

smz commented 6 years ago

Thanks @mrwgx3!