Skip to content

Commit 11d8deb

Browse files
author
ladyada
committed
woops forgot i fixed the hspi pins!
1 parent af678c7 commit 11d8deb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

variants/adafruit_qtpy_esp32s2/pins_arduino.h

+4-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;
@@ -48,6 +48,8 @@ static const uint8_t A7 = 16;
4848

4949
static const uint8_t TX = 5;
5050
static const uint8_t RX = 16;
51+
#define TX1 TX
52+
#define RX1 RX
5153

5254
static const uint8_t T5 = 5;
5355
static const uint8_t T6 = 6;

0 commit comments

Comments
 (0)