Releases: Naguissa/uRTCLib
Releases · Naguissa/uRTCLib
Release list
Version bump
Fix 19-byte overflow request on ATTiny.
Fix AtTiny support
ESP32 and ESP8266 example
Added a complex example using uEspConfigLib library that consists in a full frontend to manage WiFi and RTC registers
Fix parentheses
Status internal register improvements for DS1307
Thanks to @pk17r !
Added Wire1 example
- Added Wire1 example
- Changed from Travis-CI to GitHub actions
- Fixed compile error on Arduino Nano Everything
Docs improvements
Fix a typo
Add link to I2C unlock procedure.
Both thanks to @rtek1000 .
Access to last one byte of RTCs RAM : PR #37
Access to last one byte of RTCs RAM : PR #37
Minor release, no change on functionality. BIG thanks to @BenUniqcode
Add error check to refresh function
Now this function returns bool value, false on errors: PR #36
Thanks to @BenUniqcode