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

Fix status register reading #31

Closed lbovet closed 1 year ago

lbovet commented 1 year ago

Binary masks were wrongly set as hexadecimal numbers

Naguissa commented 1 year ago

Thanks! Merged and released!

lbovet commented 1 year ago

Great. Do you also publish on platformio?

Naguissa commented 1 year ago

Not really, I have it attached to Arduino IDE's public libraries, so it's automatically published everywhere. Maybe there're hours or one day delay, but it's finally published.