RSeries astromech firmware
PersistentStorage.h File Reference
#include <EEPROM.h>
+ Include dependency graph for PersistentStorage.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Persistent< T, kSignature >
 Template manages persistance of specific type. More...
 

Macros

#define PERSIST(T)   Persistent<T,WSID16(#T)>
 

Macro Definition Documentation

◆ PERSIST

#define PERSIST (   T)    Persistent<T,WSID16(#T)>