Skip to content

Releases: cvmanjoo/RTC

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.

v1.0.2: Epoch Bugfixes

05 Jun 15:02
Compare
Choose a tag to compare

DS3231 & PCF8563

  • Epoch Bugfixes.
  • Examples.

v1.0.1: Alarm Functions

24 Jun 14:40
Compare
Choose a tag to compare
  • PCF8563 Alarm Functions
  • Bug Fixes