You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With v, 3.0.0, the library seems to read from the wrong location in EEPROM.
Your workbench
I'm using a custom NRF52840 board with the Adafruit ItsyBitsy NRF52840 bootloader and board package. The EEPROM is an ST M24128-BFMH6TG.
The previous of the library (2.0.1) works fine with this setup.
Steps to reproduce
Using the attached code and library v. 2.01, the value "10" is read back from address 1 in EEPROM, as would be expected.
However, with v. 3.0.0, a value of "255" is returned, indicating that the library is reading from some other address than 1.