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

changed BUILTIN_LED to LED_BUILTIN

This commit is contained in:
Alex
2016-02-02 15:59:53 +01:00
parent 5e11c4379c
commit cf3f6da0f2

View File

@ -7,7 +7,7 @@
The blue LED on the ESP-01 module is connected to GPIO1 The blue LED on the ESP-01 module is connected to GPIO1
(which is also the TXD pin; so we cannot use Serial.print() at the same time) (which is also the TXD pin; so we cannot use Serial.print() at the same time)
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
*/ */
int ledState = LOW; int ledState = LOW;