Skip to content

Commit 3881337

Browse files
committed
Update pins of cezerio mini dev
1 parent ca10f6b commit 3881337

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

variants/cezerio_mini_dev_esp32c6/pins_arduino.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ static const uint8_t BUT_BUILTIN = 9;
2525
#define BUT_BUILTIN BUT_BUILTIN // allow testing #ifdef BUT_BUILTIN
2626
#define BOOT BUT_BUILTIN
2727

28-
static const uint8_t TX = 16;
29-
static const uint8_t RX = 17;
28+
static const uint8_t TX = 7;
29+
static const uint8_t RX = 14;
3030

31-
static const uint8_t SDA = 22;
32-
static const uint8_t SCL = 23;
31+
static const uint8_t SDA = 23;
32+
static const uint8_t SCL = 22;
3333

34-
static const uint8_t SS = 14;
35-
static const uint8_t MOSI = 18;
36-
static const uint8_t MISO = 19;
37-
static const uint8_t SCK = 21;
34+
static const uint8_t MOSI = 19;
35+
static const uint8_t MISO = 21;
36+
static const uint8_t SCK = 18;
37+
static const uint8_t SS = 17;
3838

3939
static const uint8_t A0 = 0;
4040
static const uint8_t A1 = 1;

0 commit comments

Comments
 (0)