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

DS3232 has 236 bytes of SRAM, but only 235 were accessible #37

Closed BenUniqcode closed 4 months ago

BenUniqcode commented 4 months ago

The address checks for reading and writing SRAM on the DS3232 were off by one, making the last byte inaccessible.

Naguissa commented 4 months ago

Thanks!