Skip to content

Commit 07f6c32

Browse files
ladyadaladyada
ladyada
authored and
ladyada
committed
fix uarts
1 parent 50e9772 commit 07f6c32

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: variants/adafruit_feather_esp32_v2/pins_arduino.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ static const uint8_t LED_BUILTIN = 13;
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1616
#define LED_BUILTIN LED_BUILTIN
1717

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;
18+
static const uint8_t TX = 8;
19+
static const uint8_t RX = 7;
20+
static const uint8_t TX1 = 8;
21+
static const uint8_t RX1 = 7;
2222

2323
static const uint8_t SDA = 22;
2424
static const uint8_t SCL = 20;
@@ -52,6 +52,7 @@ static const uint8_t BUTTON = 38;
5252

5353
// Neopixel
5454
static const uint8_t NEOPIXEL_PIN = 0;
55+
static const uint8_t PIN_NEOPIXEL = 0;
5556

5657
// Neopixel & I2C power
5758
static const uint8_t NEOPIXEL_I2C_POWER = 2;

0 commit comments

Comments
 (0)