Skip to content

Commit 0291a6e

Browse files
josevilligrr
authored andcommitted
Update Blink.ino
Typo
1 parent b4368ba commit 0291a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/esp8266/examples/Blink/Blink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void setup() {
1717
void loop() {
1818
digitalWrite(LED_BUILTIN, LOW); // Turn the LED on (Note that LOW is the voltage level
1919
// but actually the LED is on; this is because
20-
// it is acive low on the ESP-01)
20+
// it is active low on the ESP-01)
2121
delay(1000); // Wait for a second
2222
digitalWrite(LED_BUILTIN, HIGH); // Turn the LED off by making the voltage HIGH
2323
delay(2000); // Wait for two seconds (to demonstrate the active low LED)

0 commit comments

Comments
 (0)