We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e11c43 commit cf3f6daCopy full SHA for cf3f6da
libraries/esp8266/examples/BlinkWithoutDelay/BlinkWithoutDelay.ino
@@ -7,7 +7,7 @@
7
The blue LED on the ESP-01 module is connected to GPIO1
8
(which is also the TXD pin; so we cannot use Serial.print() at the same time)
9
10
- Note that this sketch uses BUILTIN_LED to find the pin with the internal LED
+ Note that this sketch uses LED_BUILTIN to find the pin with the internal LED
11
*/
12
13
int ledState = LOW;
0 commit comments