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

enableBattery #21

Closed mrcodetastic closed 4 years ago

mrcodetastic commented 4 years ago

Enable function to forcefully set the EOSC register to 0 to enable battery operation. Doesn't always happen automatically.

Naguissa commented 4 years ago

Thanks! I'll make some checks and create a new release.

Naguissa commented 4 years ago

I've added disableBattery function and ATTiny support. Then, new 6.3.0 release is done. Thanks again