1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Mode missed

This commit is contained in:
biohazardxxx
2015-05-06 14:28:05 +02:00
parent edaa914203
commit a20d32902a

View File

@ -16,6 +16,7 @@ void setup()
EEPROM.write(i, 0);
// turn the LED on when we're done
pinMode(13, OUTPUT);
digitalWrite(13, HIGH);
EEPROM.end();
}