Skip to content

Releases: adafruit/RTClib

1.11.3 - Fixed DS3231 weekly alarms

30 Sep 19:25
f1a75d4
Compare
Choose a tag to compare

1.11.2 - Improved `operator==()` and `operator<()` efficiency

01 Sep 16:50
4f13fa5
Compare
Choose a tag to compare

1.11.1 - Added alarm demo, updated reame

17 Aug 22:01
e569494
Compare
Choose a tag to compare

Alarm demo and Readme updates thanks to @vinhill, bugfix thanks to @edgar-bonet

1.11.0 - Added start and stop functionality for PCF8523

21 Jul 13:35
aa8f142
Compare
Choose a tag to compare

1.10.0 - Added function for 32KHz output, made iso8601 datetime constructor more tolerant

29 Jun 18:40
a7cbdd7
Compare
Choose a tag to compare

1.9.0 - Added DateTime constructor that takes an ISO8601 formatted string

29 Jun 14:40
671f73e
Compare
Choose a tag to compare

1.8.0 - New example, new behavior when serial is not found

26 May 19:54
2d897fe
Compare
Choose a tag to compare
  • Added a new example on using interrupts for timekeeping - Thanks @edgar-bonet
  • Ensured that a serial message is printed and there is proper termination when RTC is not found - Thanks @colindgrant

1.7.0 - Verify comms in PCF8523 and DS1307 begin(), update keywords

16 May 07:07
0545155
Compare
Choose a tag to compare

1.6.0 - lostPower() and countdown timer support for PCF8523

07 May 18:56
3d9e25f
Compare
Choose a tag to compare

Thanks to @colindgrant for the following contributions:

  • Consistent time setting statements across examples
  • Adding RTC_PCF8523::lostPower()
  • Adding countdown timer support for PCF8523 with example

1.5.0 - Actions, Docs, 12-hour, and Bug Fixes, oh My!

25 Apr 01:09
bde5116
Compare
Choose a tag to compare

12-hour support thanks to @jadonmmiller
Massively expanded docs for DateTime, validator method, and bugfixes thanks to @edgar-bonet
examples bugfixes thanks to @colindgrant