Skip to content

Commit a0c6cd7

Browse files
Fix and add pin definitions
Add pins D7, D8 Correct pin numbers for ALARM and EN
1 parent b2e7338 commit a0c6cd7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

variants/esp32s3_powerfeather/pins_arduino.h

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
#define USB_PRODUCT "ESP32-S3 PowerFeather"
1010
#define USB_SERIAL ""
1111

12-
static const uint8_t ALARM = 7;
12+
static const uint8_t ALARM = 21;
1313
static const uint8_t INT = 5;
1414

1515
static const uint8_t LED = 46;
1616
static const uint8_t BTN = 0;
17-
static const uint8_t EN = 13;
17+
static const uint8_t EN = 7;
1818

1919
static const uint8_t TX = 44;
2020
static const uint8_t RX = 42;
@@ -37,6 +37,8 @@ static const uint8_t A5 = 1;
3737

3838
static const uint8_t D5 = 15;
3939
static const uint8_t D6 = 16;
40+
static const uint8_t D7 = 37;
41+
static const uint8_t D8 = 6;
4042
static const uint8_t D9 = 17;
4143
static const uint8_t D10 = 18;
4244
static const uint8_t D11 = 45;

0 commit comments

Comments
 (0)