EEPROM-Storage Library
The EEPROM Storage library provides the ability to access variables stored in EEPROM just as if they were stored in RAM.
 
Loading...
Searching...
No Matches
EEPROM-Vars.h File Reference

Go to the source code of this file.

Macros

#define EEPROM_VAR_H
 
#define UNSET_VALUE   0xFF
 Defines the default value used when clearing the EEPROM memory.
 

Macro Definition Documentation

◆ EEPROM_VAR_H

#define EEPROM_VAR_H

Definition at line 21 of file EEPROM-Vars.h.

◆ UNSET_VALUE

#define UNSET_VALUE   0xFF

Defines the default value used when clearing the EEPROM memory.

Definition at line 39 of file EEPROM-Vars.h.