Skip to content

Commit 1a16f33

Browse files
ladyadaladyada
ladyada
authored andcommitted
woops forgot i fixed the hspi pins!
1 parent eeb55d7 commit 1a16f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/adafruit_qtpy_esp32s2/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ static const uint8_t SCL1 = 40;
3434

3535
static const uint8_t SS = 42;
3636
static const uint8_t MOSI = 35;
37-
static const uint8_t SCK = 34;
38-
static const uint8_t MISO = 33;
37+
static const uint8_t SCK = 36;
38+
static const uint8_t MISO = 37;
3939

4040
static const uint8_t A0 = 18;
4141
static const uint8_t A1 = 17;

0 commit comments

Comments
 (0)