modm API documentation
|
#include <modm/architecture/interface/accessor_flash.hpp>
Friends | |
template<typename U > | |
IOStream & | operator<< (IOStream &, const Flash< U > &) |
Pointer to flash memory
This template can mostly be used like a regular pointer, but operates on the flash memory rather than RAM. It will automatically read the data from flash when dereferenced.
Based on a implementation of Rolf Magnus, see http://www.mikrocontroller.net/topic/78610#656695