EEPROMEx  1.0.0
EEPROMEX is an extension of the standard Arduino EEPROM library for reading and writing basic types, structs, strings, arrays and more.
Public Member Functions | Protected Attributes
EEPROMVar< T > Class Template Reference

List of all members.

Public Member Functions

 EEPROMVar (T init)
 operator T ()
EEPROMVaroperator= (T val)
void operator+= (T val)
void operator-= (T val)
void operator++ (int)
void operator-- (int)
void operator++ ()
void operator-- ()
template<typename V >
void operator/= (V divisor)
template<typename V >
void operator*= (V multiplicator)
void save ()
void update ()
int getAddress ()
void restore ()

Protected Attributes

var
int address

template<typename T>
class EEPROMVar< T >


The documentation for this class was generated from the following file: