Skip to content

Releases: Naguissa/uRTCLib

Added weekday defines

11 Jun 11:38
Compare
Choose a tag to compare

Added weekday defines to simplify usage and avoid errors. See URTCLIB_WEEKDAY_XXXXXX on src/uRTCLib.h or https://naguissa.github.io/uRTCLib_doc_and_extras/uRTCLib_8h.html#a9fa4689ef453aa71f8b0f30c506eab73

Add deepSleep using RTC example

28 May 11:55
Compare
Choose a tag to compare

Add DeepSleep using RTC to wakeup example in response to #20

Power lost support for DS1307

19 May 12:23
Compare
Choose a tag to compare

Power lost support for DS1307, thanks to @QoBo68

Fix century bit on year read

14 Apr 09:33
Compare
Choose a tag to compare

Fix century bit interfering with year read - Thanks @davidhbrown for #17 and #18

Hardcoded century to 1 and added little note on RTC->set->year parameter

02 Apr 06:56
Compare
Choose a tag to compare

Fix example on ST's Cube STM32 and split doc and extras

27 Mar 15:16
Compare
Choose a tag to compare

Fix alarms bugs

12 Dec 21:49
4e2942f
Compare
Choose a tag to compare

Fix alarms bugs thanks to @grepis

Added serial RTC set example by @ArminJo

16 Oct 11:17
d43d743
Compare
Choose a tag to compare

Added serial RTC set example by @ArminJo
Fixed a compiler warning by @ArminJo
Integrated Travis-CI
Added Travis-CI status badge at README file

Doxygen documentation

11 Oct 10:06
Compare
Choose a tag to compare

Update source code documentatuion and generate Doxygen documentation; available on doc/index.html

Fixed negative temperatures

14 Sep 21:40
Compare
Choose a tag to compare

Fixed negative temperature calculation. Thanks @bxparks