We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e9772 commit 07f6c32Copy full SHA for 07f6c32
variants/adafruit_feather_esp32_v2/pins_arduino.h
@@ -15,10 +15,10 @@ static const uint8_t LED_BUILTIN = 13;
15
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16
#define LED_BUILTIN LED_BUILTIN
17
18
-static const uint8_t TX = 7;
19
-static const uint8_t RX = 8;
20
-static const uint8_t TX1 = 7;
21
-static const uint8_t RX1 = 8;
+static const uint8_t TX = 8;
+static const uint8_t RX = 7;
+static const uint8_t TX1 = 8;
+static const uint8_t RX1 = 7;
22
23
static const uint8_t SDA = 22;
24
static const uint8_t SCL = 20;
@@ -52,6 +52,7 @@ static const uint8_t BUTTON = 38;
52
53
// Neopixel
54
static const uint8_t NEOPIXEL_PIN = 0;
55
+static const uint8_t PIN_NEOPIXEL = 0;
56
57
// Neopixel & I2C power
58
static const uint8_t NEOPIXEL_I2C_POWER = 2;
0 commit comments