Thanks to visit codestin.com
Credit goes to github.com

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_24LC32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.12
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_24LC32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2024

  1. Update adafruit_24lc32.py to add max_size parameter to EEPROM_I2C

    I would like to use this library with other EEPROMs in the 24C series or other EEPROMs that use the same I2C protocol. The only real difference is that they have different maximum sizes. The minimal change is to add a parameter to specify that maximum size.
    TonyLHansen authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    9dba90f View commit details
    Browse the repository at this point in the history
  2. Update adafruit_24lc32.py fix typo

    also improve comment
    TonyLHansen authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c0645af View commit details
    Browse the repository at this point in the history
  3. Update adafruit_24lc32.py for black compatibility

    black requires a trailing comma
    TonyLHansen authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    303349b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge pull request #23 from TonyLHansen/main

    Update adafruit_24lc32.py to add max_size parameter to EEPROM_I2C
    FoamyGuy authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6456cad View commit details
    Browse the repository at this point in the history
Loading