We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a39618f + e707fe5 commit 7defe70Copy full SHA for 7defe70
libraries/EEPROM/examples/eeprom_clear/eeprom_clear.ino
@@ -16,6 +16,7 @@ void setup()
16
EEPROM.write(i, 0);
17
18
// turn the LED on when we're done
19
+ pinMode(13, OUTPUT);
20
digitalWrite(13, HIGH);
21
EEPROM.end();
22
}
0 commit comments