Browse Source

Update blink.ino

master
Julien Cabillot 3 years ago
parent
commit
e7031ecfa6
1 changed files with 1 additions and 0 deletions
  1. 1
      blink.ino

1
blink.ino

@ -3,6 +3,7 @@
void setup() { void setup() {
Serial.begin(115200); Serial.begin(115200);
Serial.println("\nresetting");
pinMode(PIN_LED, OUTPUT); pinMode(PIN_LED, OUTPUT);
} }

Loading…
Cancel
Save