MySensors Library & Examples  2.3.2
Classes | Macros
I2CEeprom.h File Reference

Detailed Description

I2CEeprom provides access to a I2C EEPROM IC for OTA update or storing data.

This is a wrapper over extEEPROM to make it look like a flash chip.

Definition in file I2CEeprom.h.

#include <Arduino.h>
#include <extEEPROM.h>
+ Include dependency graph for I2CEeprom.h:

Go to the source code of this file.

Classes

class  I2CEeprom
 

Macros

#define I2CEEPROM_TWI_CLK   twiClock400kHz
 I2C speed.
 
#define I2CEEPROM_PAGE_SIZE   64
 EEPROM page size.
 
#define I2CEEPROM_CHIP_SIZE   kbits_256
 EEPROM size.