mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
changed BUILTIN_LED to LED_BUILTIN
This commit is contained in:
@ -16,7 +16,7 @@ unsigned long previousMillis = 0;
|
|||||||
const long interval = 1000;
|
const long interval = 1000;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
pinMode(BUILTIN_LED, OUTPUT);
|
pinMode(LED_BUILTIN, OUTPUT);
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop()
|
void loop()
|
||||||
|
Reference in New Issue
Block a user