Skip to content

Tags: Naguissa/uRTCLib

Tags

6.9.9

Toggle 6.9.9's commit message
Version bump

6.9.8

Toggle 6.9.8's commit message
v.6.9.8 - Fix 19-byte overflow request on ATTiny. Fixes #48, thanks to 

…@wldyslw for his research

6.9.7

Toggle 6.9.7's commit message
6.9.7 - Fix ATTiny, #48 - Thanks @wldyslw

6.9.6

Toggle 6.9.6's commit message
v.6.9.6 - Add ESP32 and ESP32 web interface example

6.9.5

Toggle 6.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #47 from pk17r/master

Add parentheses on bitwise operation for correct operation

6.9.4

Toggle 6.9.4's commit message
6.9.4 - Status internal register improvements for DS1307

6.9.3

Toggle 6.9.3's commit message
Badge

6.9.2

Toggle 6.9.2's commit message
Docs - thanks to @rtek1000

6.9.1

Toggle 6.9.1's commit message
Access to last one byte of RTCs RAM : PR #37

6.9.0

Toggle 6.9.0's commit message
Add error check to refresh function. Now this function returns bool v…

…alue, false on errors: PR #36 Thanks @BenUniqcode