Releases: JChristensen/MCP79412RTC
Arduino MCP79412RTC Library 3.1.1
Add temperature() method to the base class (for RTCs that support it.)
Arduino MCP79412RTC Library 3.1.0
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
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
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
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
Changes in this release
- Add library.properties file for Arduino library manager.
- Fix Markdown headings in README.md.
- Move source files to src directory.