Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize to handle different I2C ports, fix some subtle bugs #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 24, 2022

  1. Changed to use Wire1 I2C port. Added check for overflow on constructor

    Added CCHM Example program
    jmford-engr committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    fc47211 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Added Wire reference passing to the begin() of the library to support…

    … dual I2C ports
    
    Tested with Teensy 4.1.
    Added check to see if there is overflow in the calculation for the CAL register.  It was silently failing if the number calculated was more than 65536.
    jmford-engr committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    36dde32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e6fd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Removed Spurious include

    jmford-engr committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    7be5324 View commit details
    Browse the repository at this point in the history