Skip to content

1.1.0 - Allow Changing Max Size

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 08 Jan 16:00
· 3 commits to main since this release
6456cad

This release includes the option to change the max size so the library can be used with other I2C EEPROMs that have the same interface but different storage size. Thank you @TonyLHansen!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install 24lc32.

Read the docs for info on how to use it.

What's Changed

  • Update adafruit_24lc32.py to add max_size parameter to EEPROM_I2C by @TonyLHansen in #23

New Contributors

Full Changelog: 1.0.12...1.1.0