Skip to content

Releases: cvmanjoo/RTC

v1.11.0 Bugfixes and Improvements

15 Sep 10:16
Compare
Choose a tag to compare
  • Updated PCF8563 and PCF8523 functions and examples
  • Added Alarm functions for PCF8523
  • [PCF8563] Fix: Wrong getMonth and getYear (if setYear 1999) #30
  • [DS3231] Fix : Bug in DS3231.cpp #28

v1.10.0 Bugfixes and Update

26 Aug 06:01
Compare
Choose a tag to compare

v1.10.0 Changelog

  • Updated DS1307 and DS3231 functions and examples
  • Added DS3232 Support
  • Fixed setHours() Bug in MCP7940 #32

v1.9.2 DS1307 Bug Fix

22 Dec 10:48
Compare
Choose a tag to compare

Fixed: 12 AM issue.

v1.9.1: Fix #24

11 Dec 16:23
Compare
Choose a tag to compare

Fixed DS3231's begin() Issue. #24

v1.9.0: Revamp DS1307

06 Dec 14:35
Compare
Choose a tag to compare
  • Refreshed Code for DS1307
  • Fixed Epoch issues with DS1307
  • Other bug fixes

v1.8.0: Added MCP7940

25 Jun 18:07
Compare
Choose a tag to compare
  1. Added Microchip's MCP7940
  2. Updated Examples
  3. Other Bugfixes

v1.7.1: Version Fixes and Bump

07 Mar 12:44
Compare
Choose a tag to compare

Version Fixes and Bump

v1.7.0: Bug Fixes and Clean up.

07 Mar 05:10
431ecf7
Compare
Choose a tag to compare

Bug fixes and Added support to Node MCU and ESP

v1.6.0: Bug Fixes and Clean up.

02 Sep 05:14
Compare
Choose a tag to compare
Bugfixes and Clean up

v1.5.0: Added PCF8523

19 Aug 16:59
Compare
Choose a tag to compare
  • Added RTC PCF8523
  • Renamed RTC.h to I2C_RTC.h to Avoid conflict Arduino's RTC
  • Added some validation to Code.