FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Functor reading items from an address in AVR Flash memory (PROGMEM). More...
#include <fastarduino/flash.h>
Public Member Functions | |
FlashReader (const T *flash_buffer) | |
Construct a FlashReader functor reading Flash from flash_buffer address. More... | |
T | operator() () |
Get the enxt item read from memory. More... | |
Functor reading items from an address in AVR Flash memory (PROGMEM).
T | the typ of items to read from Flash |
|
inlineexplicit |
Construct a FlashReader functor reading Flash from flash_buffer
address.
flash_buffer | a pointer to the first item in Flash memory |
|
inline |