AT24C

Data Storage

A library for using the AT24C series i2c serial eeproms.
Supports the chips AT24C01, AT24C02, AT24C04, AT24C08, AT24C16, AT24C128 and AT24C256. The interface is compatible with the Arduino built in eeprom interface and supports fast page writes, handles write cycle timing and error reporting. The library has simple read/write methods for built in types and structs and cn also read and write large byte buffers efficiently.

Author: Stefan Stromberg

Maintainer: Stefan Stromberg

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.