#include <Storage.h>
|
| UserStorage (uint16_t s) |
|
uint16_t | getAddress () const |
|
uint16_t | getSize () const |
|
void | clear () |
|
uint8_t | getByte (uint16_t offset) const |
|
void | setByte (uint16_t offset, uint8_t data) |
|
void | setData (uint16_t offset, uint8_t *buf, uint16_t size) |
|
void | getData (uint16_t offset, uint8_t *buf, uint16_t size) |
|
template<class T > |
void | setData (uint16_t offset, const T &obj) |
|
template<class T > |
void | getData (uint16_t offset, T *obj) |
|
This class is used to access the free EEPROM
Definition at line 505 of file Storage.h.