Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ad-johnson/MCP79412RTC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JChristensen/MCP79412RTC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 18 files changed
  • 1 contributor

Commits on Apr 26, 2022

  1. Initial commit for v2.0.0.

    Move enums inside class scope.
    Replace #defines for registers and bits with constexpr and move inside class scope.
    Add enum for alarm number, ALARM_NBR_t.
    Add methods to dump timekeeping registers, SRAM and EEPROM.
    Remove definition of "RTC" object. User must define their own.
    Change to fixed-width integer data types.
    JChristensen committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    15a3a0f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    7c62cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565428c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Update example sketches for new library version.

    Add an example sketch showing alarm usage.
    Add const to function parameters as appropriate.
    JChristensen committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9596240 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    7cfacf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. SetSerial example sketch: Improved error checking on user input when …

    …setting time or calibration.
    JChristensen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f993c7e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Finish doc for 2.0.0.

    JChristensen committed May 22, 2025
    Configuration menu
    Copy the full SHA
    3a1d86f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Configuration menu
    Copy the full SHA
    4434928 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    3ffaf56 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. 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.
    JChristensen committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    5220543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b90bb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2025

  1. Configuration menu
    Copy the full SHA
    586ab3b View commit details
    Browse the repository at this point in the history
Loading