Skip to content

Commit 7defe70

Browse files
committed
Merge pull request #187 from biohazardxxx/esp8266
Mode missed
2 parents a39618f + e707fe5 commit 7defe70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/EEPROM/examples/eeprom_clear/eeprom_clear.ino

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ void setup()
1616
EEPROM.write(i, 0);
1717

1818
// turn the LED on when we're done
19+
pinMode(13, OUTPUT);
1920
digitalWrite(13, HIGH);
2021
EEPROM.end();
2122
}

0 commit comments

Comments
 (0)