Skip to content

Commit

Permalink
fix final rev pins
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Feb 27, 2022
1 parent 07f6c32 commit e303af1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5220,7 +5220,7 @@ adafruit_qtpy_esp32c3.menu.DebugLevel.verbose=Verbose
adafruit_qtpy_esp32c3.menu.DebugLevel.verbose.build.code_debug=5


adafruit_qtpy_esp32_pico.name=Adafruit QT Py ESP32 Pico
adafruit_qtpy_esp32_pico.name=Adafruit QT Py ESP32

adafruit_qtpy_esp32_pico.upload.tool=esptool_py
adafruit_qtpy_esp32_pico.upload.maximum_size=1310720
Expand Down
10 changes: 5 additions & 5 deletions variants/adafruit_qtpy_esp32/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static const uint8_t RX = 7;
#define TX1 32
#define RX1 7

static const uint8_t SDA = 25;
static const uint8_t SDA = 4;
static const uint8_t SCL = 33;

static const uint8_t SDA1 = 22;
Expand All @@ -31,11 +31,11 @@ static const uint8_t MOSI = 13;
static const uint8_t MISO = 12;
static const uint8_t SCK = 14;

static const uint8_t A0 = 15;
static const uint8_t A1 = 4;
static const uint8_t A0 = 26;
static const uint8_t A1 = 25;
static const uint8_t A2 = 27;
static const uint8_t A3 = 26;
static const uint8_t A4 = 25;
static const uint8_t A3 = 15;
static const uint8_t A4 = 4;
static const uint8_t A5 = 33;
static const uint8_t A6 = 32;
static const uint8_t A7 = 7;
Expand Down

0 comments on commit e303af1

Please sign in to comment.