MySensors Library & Examples
2.3.2-62-ge298769
|
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>
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. | |