RobTillaart / I2C_EEPROM

Library for I2C EEPROM - 24LC512, 24LC256, 24LC64/32/16/08/04/02/01.
MIT License
91 stars 20 forks source link

Read only function to determine device size. #61

Closed roelandkluit closed 11 months ago

roelandkluit commented 11 months ago

Added read-only function to determine device size. This to prevent unnecessary device writes and possibility that data is changed during a test failure.

RobTillaart commented 11 months ago

Thanks, Will look into this later this week

RobTillaart commented 11 months ago

Had a sneak preview, and it looks like a clever trick. Which eeprom sizes did you test?

RobTillaart commented 11 months ago

Looks good to me, will merge and release later today

RobTillaart commented 11 months ago

Created develop branch (after some minor edits) and a PR. build is running.

RobTillaart commented 11 months ago

Build successful, released 1.8.1 and pushed to PlatformIO

Thanks again for the PR!