sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
EEPROMAnything.h File Reference
#include <EEPROM.h>
#include <Arduino.h>

Go to the source code of this file.

Functions

template<class T >
int EEPROM_writeAnything (int ee, const T &value)
 
template<class T >
int EEPROM_readAnything (int ee, T &value)
 

Function Documentation

template<class T >
int EEPROM_readAnything ( int  ee,
T value 
)
template<class T >
int EEPROM_writeAnything ( int  ee,
const T value 
)