2020-07-14 16:41:53 +02:00
2020-07-14 16:41:53 +02:00
2020-06-18 17:21:00 +02:00
2020-06-18 17:21:00 +02:00
2020-06-18 17:21:00 +02:00
2020-06-18 17:21:00 +02:00
2020-06-18 21:29:17 +02:00
2020-06-18 17:21:00 +02:00
2020-06-18 17:21:00 +02:00

I2C_EEPROM

Arduino Library for external I2C EEPROM - 24LC256, 24LC64

Description

Library to access external I2C EEPROM.

The interface is pretty straightforward

  • readByte - read a single byte from a given address
  • writeByte
  • setBlock
  • readBlock
  • writeBlock
  • determineSize

Limitation

The library does not offer multiple EEPROMS as one continuous storage device.

Operational

See examples

S
Description
Library for I2C EEPROM - 24LC256
Readme MIT
397 KiB
Languages
C++ 100%