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: adafruit/Adafruit_CircuitPython_BitbangIO
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.14
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_BitbangIO
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.15
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 1, 2024

  1. Move SPI bit writes to the right clock phase.

    - Updated all SPI methods that write bits, so they clock the
      data on the correct clock transition.
    - Added tests with a small logic net simulation to
      verify bits are read and written correctly.
    kbsriram committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7c6bc78 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request #31 from kbsriram/fix-phase

    Move SPI bit writes to the right clock phase.
    tannewt authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fb37622 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Add I2C clock stretching.

    - Also fixed a corner case with I2C checking whether the device
      acknowledged sent data.
    - Added tests to cover most of the major operations.
    
    Fixes #16
    kbsriram committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c122e06 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request #32 from kbsriram/i2c-clock-stretching

    Add I2C clock stretching.
    tannewt authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0bb5ec5 View commit details
    Browse the repository at this point in the history
Loading