IoAbstraction
Classes | Typedefs
EepromAbstraction.h File Reference

Wraps up EEPROM support in a way that is compatible between implementations. For example presently there are AVR, EEPROM, and i2c implementations that work interchangeably. Adding another variant is quite trivial. More...

Go to the source code of this file.

Classes

class  EepromAbstraction
 
class  AvrEeprom
 
class  NoEeprom
 

Typedefs

typedef uint16_t EepromPosition
 

Detailed Description

Wraps up EEPROM support in a way that is compatible between implementations. For example presently there are AVR, EEPROM, and i2c implementations that work interchangeably. Adding another variant is quite trivial.

Typedef Documentation

◆ EepromPosition

typedef uint16_t EepromPosition

Defines an address or position within the eeprom storage