mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Define ESP32 Dev Module LED pin
This commit is contained in:
parent
fe7c06666f
commit
2fbebe102e
@ -5,6 +5,10 @@
|
||||
|
||||
#define BLINK_PERIOD 500000
|
||||
|
||||
#ifndef LED_BUILTIN
|
||||
#define LED_BUILTIN 2 // for ESP32 Dev Module
|
||||
#endif
|
||||
|
||||
void setupLED() {
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user