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

Safer i2c #125

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

Safer i2c #125

wants to merge 12 commits into from

Commits on Nov 22, 2021

  1. Update I2C.swift

    Craig Altrenburg committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    008db0d View commit details
    Browse the repository at this point in the history
  2. Fix minor bug in setPEC

    Craig Altrenburg committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    173c14e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36bcb05 View commit details
    Browse the repository at this point in the history
  4. Update README.md to document I2C changes

    Craig Altrenburg committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bbc5a07 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Added readRaw

    Craig Altrenburg committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    2d46c99 View commit details
    Browse the repository at this point in the history
  2. Revert "Added readRaw"

    This reverts commit 2d46c99.
    Craig Altrenburg committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    2726426 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Added read raw commands

    Craig Altrenburg committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    6d9109f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Added function to do write and read in one

    operation.
    
    Changed "try" variants to throw error rather than return optional.
    Craig Altrenburg committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    b27f893 View commit details
    Browse the repository at this point in the history
  2. Update README to document changes to I2C

    Craig Altrenburg committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    e8d4915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8607fd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Added missing length parameter to the readI2CData calls.

    Craig Altrenburg committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    1e99dce View commit details
    Browse the repository at this point in the history
  2. Fixed Buffer length bug.

    Craig Altrenburg committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    6a6522b View commit details
    Browse the repository at this point in the history