RTCMemory
RTCMemory copied to clipboard
An intuitive library to simplify read and write operations on RTC memory of ESP8266 and its backup on flash memory.
Results
1
RTCMemory issues
Sort by
recently updated
recently updated
newest added
hello, i struggle a bit with the following problem if have from the example ``` void setup() { ... rtcMemory.begin() MyData *data = rtcMemory.getData(); ... } ``` but how can...