Skip to content

Releases: Naguissa/uRTCLib

Version bump

02 Feb 08:17

Choose a tag to compare

Version bump to let Arduino libraries get new release after an error creating previous release on GitHub. Nothing changed from previous release.

Fix 19-byte overflow request on ATTiny.

28 Jan 11:50

Choose a tag to compare

v.6.9.8 - Fix 19-byte overflow request on ATTiny. Fixes #48, thanks to @wldyslw for his research

Fix AtTiny support

12 Jan 07:31

Choose a tag to compare

Fix refresh() on AtTiny, solving #48 - Thanks @wldyslw

ESP32 and ESP8266 example

11 Jun 08:36

Choose a tag to compare

Added a complex example using uEspConfigLib library that consists in a full frontend to manage WiFi and RTC registers

Fix parentheses

07 Jun 06:23
ebb872c

Choose a tag to compare

Thanks to @pk17r !

Status internal register improvements for DS1307

06 Jun 10:56

Choose a tag to compare

Added Wire1 example

29 Apr 11:26

Choose a tag to compare

  • Added Wire1 example
  • Changed from Travis-CI to GitHub actions
  • Fixed compile error on Arduino Nano Everything

Docs improvements

10 Apr 06:09

Choose a tag to compare

Fix a typo
Add link to I2C unlock procedure.

Both thanks to @rtek1000 .

Access to last one byte of RTCs RAM : PR #37

14 Feb 10:12

Choose a tag to compare

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

12 Feb 09:49

Choose a tag to compare

Now this function returns bool value, false on errors: PR #36

Thanks to @BenUniqcode