Replies: 1 comment 4 replies
-
Please try https://github.com/davetcc/IoAbstraction/blob/master/examples/arduinoEEPROMExample/arduinoEEPROMExample.ino which I tested as working this morning, pay close attention to the begin operation at the start of setup, ESP rom operations do not work without it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have the following code:
it is initlized with ArduinoEEPROMAbstraction eepromWrapper = ArduinoEEPROMAbstraction(&EEPROM);
but t always seems to be zero, (this is an esp32) am i missing something? )
Beta Was this translation helpful? Give feedback.
All reactions