The Arduino reference is incomplete:
Tutorial EEPROMClear
"This example illustrates how to set of all of those bytes to 0, initializing them to hold new information, using the EEPROM.write() function."
But there is no exemple mentioned on that page...
pert
2
Thanks for noticing this @RIN67630! Please report the problem to Arduino support via this form:
You can find the missing code in the Arduino IDE at File > Examples > EEPROM > eeprom_clear.
pert:
Please report the problem to Arduino support via this form:
Arduino Official Store | Boards Shields Kits Accessories
You can find the missing code in the Arduino IDE at File > Examples > EEPROM > eeprom_clear.
Done!
I found the code by myself, just wanted to give notice to the webmasters.