Skip to content

Releases: JChristensen/MCP79412RTC

Arduino MCP79412RTC Library 3.1.1

05 Jul 20:34

Choose a tag to compare

Add temperature() method to the base class (for RTCs that support it.)

Arduino MCP79412RTC Library 3.1.0

24 Jun 15:15

Choose a tag to compare

Add abstract base class to support DS323x and MCP7941x RTCs.
Modify method names and definitions to be consistent with DS3232RTC library.
Add an example sketch.

Arduino MCP79412RTC Library 3.0.0

17 Jun 18:55

Choose a tag to compare

Version 3.0.0 allows for use of different I2C peripherals for microcontrollers that have them.

There is one exception to backward compatibility with v2.0.0. See the README for a description.

Arduino MCP79412RTC Library 2.0.0

22 May 20:59

Choose a tag to compare

The 2.0.0 version of the library has some significant changes and is not completely backwards compatible with earlier versions.

See the README for more information.

Arduino MCP79412RTC Library 1.0.2

31 Dec 03:00

Choose a tag to compare

Add depends to library.properties.
Fix compiler warnings in example sketches.
Example sketch bug fix.
Rearrange #includes.
Update keywords.txt file.
Change to use TimeLib.h.
Improved support for non-AVR architectures.
Change license to GNU GPL 3.0.
Move defines not needed in .h file to .cpp file.
Update examples.
Cosmetic and style changes.
Add GNU GPL 3.0 LICENSE.md file.
Add CONTRIBUTING.md file.

Arduino MCP79412RTC Library 1.0.1

07 Apr 21:13

Choose a tag to compare

Changes in this release

  1. Add library.properties file for Arduino library manager.
  2. Fix Markdown headings in README.md.
  3. Move source files to src directory.