File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
variants/adafruit_feather_esp32_v2 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ static const uint8_t LED_BUILTIN = 13;
15
15
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16
16
#define LED_BUILTIN LED_BUILTIN
17
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 ;
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 ;
22
22
23
23
static const uint8_t SDA = 22 ;
24
24
static const uint8_t SCL = 20 ;
@@ -52,6 +52,7 @@ static const uint8_t BUTTON = 38;
52
52
53
53
// Neopixel
54
54
static const uint8_t NEOPIXEL_PIN = 0 ;
55
+ static const uint8_t PIN_NEOPIXEL = 0 ;
55
56
56
57
// Neopixel & I2C power
57
58
static const uint8_t NEOPIXEL_I2C_POWER = 2 ;
You can’t perform that action at this time.
0 commit comments