adafruit / Adafruit_CircuitPython_24LC32

CircuitPython Driver for Adafruit 24LC32 I2C EEPROM Breakout 32Kbit / 4 KB
MIT License
6 stars 6 forks source link

Fix __getitem__ stop index #1

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Fixes the __getitem__ return a slice 1 item too long. I'll also make the same fix for the FRAM library.