RobTillaart / I2C_EEPROM

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

Fix internal length param to uint16 #70

Closed RobTillaart closed 6 months ago

RobTillaart commented 6 months ago

For boards with more RAM and adjustable I2C buffers beyond 255 bytes.

See also #69.