Naguissa / uRTCLib

Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported.
https://www.foroelectro.net/librerias-arduino-ide-f29/rtclib-arduino-libreria-simple-y-eficaz-para-rtc-y-t95.html
GNU Lesser General Public License v3.0
87 stars 24 forks source link

Sergdesher add temperature read from ds3231 #4

Closed sergdesher closed 6 years ago

sergdesher commented 6 years ago

add temperature read from ds3231

Naguissa commented 6 years ago

I've added it to master and released 4.2 version.

But I've removed the model number of function name, as we maybe add more (if there's any other compatible RTC with temperature sensor in the future). Also, change datatype to float and added function comment, examples functionality and several properties changes (contributors, version, title, explanations....).

Thank you!!