mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
This commit is contained in:
@ -32,7 +32,9 @@
|
|||||||
static const uint8_t SDA = PIN_WIRE_SDA;
|
static const uint8_t SDA = PIN_WIRE_SDA;
|
||||||
static const uint8_t SCL = PIN_WIRE_SCL;
|
static const uint8_t SCL = PIN_WIRE_SCL;
|
||||||
|
|
||||||
|
#ifndef LED_BUILTIN
|
||||||
#define LED_BUILTIN 2
|
#define LED_BUILTIN 2
|
||||||
|
#endif
|
||||||
#define LED_BUILTIN_AUX 16
|
#define LED_BUILTIN_AUX 16
|
||||||
|
|
||||||
static const uint8_t D0 = 16;
|
static const uint8_t D0 = 16;
|
||||||
|
Reference in New Issue
Block a user