Template for creating a variable in EEPROM.
More...
#include <CEepromVar.h>
List of all members.
Public Member Functions |
|
T | read (void) |
|
| CEepromVar (T *address, T min, T max, T defaultValue) |
|
void | archive (void) |
|
int | operator* (int x) |
|
void | operator= (T x) |
|
void | operator+= (T x) |
|
char | operator== (T x) |
|
char | operator!= (T x) |
|
char | operator> (T x) |
|
T | operator* (void) |
Detailed Description
template<typename T>
class CEepromVar< T >
Template for creating a variable in EEPROM.
The documentation for this class was generated from the following file: