FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
eeprom Namespace Reference

Defines the API for accessing the EEPROM embedded in each AVR MCU. More...

Classes

class  EEPROM
 Collection of static methods to read or write the AVR EEPROM. More...
 
class  QueuedWriter
 API that allows asynchronous writing to EEPROM; this can be useful when you have large amount of data to write but cannot afford to wait until all bytes have been written. More...
 

Detailed Description

Defines the API for accessing the EEPROM embedded in each AVR MCU.

The API offers blocking read, blocking write and queued (asynchronous) write.