Skip to content

Commit 612fc4c

Browse files
committed
fix(pins): Adjust P4 SPI pins to ones that are available
1 parent 9dea05b commit 612fc4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/esp32p4/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ static const uint8_t RX = 38;
2222
static const uint8_t SDA = 7;
2323
static const uint8_t SCL = 8;
2424

25-
static const uint8_t SS = 10;
26-
static const uint8_t MOSI = 11;
27-
static const uint8_t MISO = 12;
28-
static const uint8_t SCK = 13;
25+
static const uint8_t SS = 27;
26+
static const uint8_t MOSI = 46;
27+
static const uint8_t MISO = 47;
28+
static const uint8_t SCK = 48;
2929

3030
static const uint8_t A0 = 16;
3131
static const uint8_t A1 = 17;

0 commit comments

Comments
 (0)