File tree 1 file changed +8
-8
lines changed
variants/cezerio_mini_dev_esp32c6
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ static const uint8_t BUT_BUILTIN = 9;
25
25
#define BUT_BUILTIN BUT_BUILTIN // allow testing #ifdef BUT_BUILTIN
26
26
#define BOOT BUT_BUILTIN
27
27
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 ;
30
30
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 ;
33
33
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 ;
38
38
39
39
static const uint8_t A0 = 0 ;
40
40
static const uint8_t A1 = 1 ;
You can’t perform that action at this time.
0 commit comments