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-Display.h File Reference
#include "EEPROM-Base.h"
#include "EEPROM-Vars.h"
#include "EEPROM-Debug.h"

Go to the source code of this file.

Classes

class  EEPROMDisplayClass
 Provides methods to display EEPROM data for debugging. More...
 

Macros

#define EEPROM_DISPLAY_H
 
#define WIDTH   32
 Define a Serial port to used for displaying output.
 
#define LINE_WIDTH   (WIDTH * 3) + 8
 

Macro Definition Documentation

◆ EEPROM_DISPLAY_H

#define EEPROM_DISPLAY_H

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

◆ LINE_WIDTH

#define LINE_WIDTH   (WIDTH * 3) + 8

Definition at line 54 of file EEPROM-Display.h.

◆ WIDTH

#define WIDTH   32

Define a Serial port to used for displaying output.

Definition at line 53 of file EEPROM-Display.h.