AskSin++
Public Member Functions | List of all members
as::InternalEprom Class Reference
Inheritance diagram for as::InternalEprom:
Inheritance graph
[legend]

Public Member Functions

bool present ()
 
uint16_t size ()
 
void store ()
 
uint8_t getByte (uint16_t addr)
 
bool setByte (uint16_t addr, uint8_t d)
 
bool setData (uint16_t addr, uint8_t *buf, uint16_t size)
 
bool getData (uint16_t addr, uint8_t *buf, uint16_t size)
 
bool clearData (uint16_t addr, uint16_t size)
 

Detailed Description

Definition at line 17 of file Storage.h.