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

Update adafruit_24lc32.py to add max_size parameter to EEPROM_I2C #23

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Update adafruit_24lc32.py to add max_size parameter to EEPROM_I2C #23

merged 3 commits into from
Jan 8, 2024

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