We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95832b0 commit e707fe5Copy full SHA for e707fe5
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