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:
@ -28,6 +28,6 @@ void loop()
|
|||||||
ledState = HIGH; // Note that this switches the LED *off*
|
ledState = HIGH; // Note that this switches the LED *off*
|
||||||
else
|
else
|
||||||
ledState = LOW; // Note that this switches the LED *on*
|
ledState = LOW; // Note that this switches the LED *on*
|
||||||
digitalWrite(BUILTIN_LED, ledState);
|
digitalWrite(LED_BUILTIN, ledState);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user