Skip to content

Commit e303af1

Browse files
committed
fix final rev pins
1 parent 07f6c32 commit e303af1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5220,7 +5220,7 @@ adafruit_qtpy_esp32c3.menu.DebugLevel.verbose=Verbose
52205220
adafruit_qtpy_esp32c3.menu.DebugLevel.verbose.build.code_debug=5
52215221

52225222

5223-
adafruit_qtpy_esp32_pico.name=Adafruit QT Py ESP32 Pico
5223+
adafruit_qtpy_esp32_pico.name=Adafruit QT Py ESP32
52245224

52255225
adafruit_qtpy_esp32_pico.upload.tool=esptool_py
52265226
adafruit_qtpy_esp32_pico.upload.maximum_size=1310720

Diff for: variants/adafruit_qtpy_esp32/pins_arduino.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static const uint8_t RX = 7;
2020
#define TX1 32
2121
#define RX1 7
2222

23-
static const uint8_t SDA = 25;
23+
static const uint8_t SDA = 4;
2424
static const uint8_t SCL = 33;
2525

2626
static const uint8_t SDA1 = 22;
@@ -31,11 +31,11 @@ static const uint8_t MOSI = 13;
3131
static const uint8_t MISO = 12;
3232
static const uint8_t SCK = 14;
3333

34-
static const uint8_t A0 = 15;
35-
static const uint8_t A1 = 4;
34+
static const uint8_t A0 = 26;
35+
static const uint8_t A1 = 25;
3636
static const uint8_t A2 = 27;
37-
static const uint8_t A3 = 26;
38-
static const uint8_t A4 = 25;
37+
static const uint8_t A3 = 15;
38+
static const uint8_t A4 = 4;
3939
static const uint8_t A5 = 33;
4040
static const uint8_t A6 = 32;
4141
static const uint8_t A7 = 7;

0 commit comments

Comments
 (0)