File tree 6 files changed +12
-3
lines changed
adafruit_feather_esp32s2_reversetft
adafruit_feather_esp32s2_tft
adafruit_feather_esp32s3_tft
adafruit_funhouse_esp32s2
adafruit_magtag29_esp32s2
6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ static const uint8_t A5 = 8;
49
49
50
50
static const uint8_t TX = 39 ;
51
51
static const uint8_t RX = 38 ;
52
- static const uint8_t TX1 = 39 ;
53
- static const uint8_t RX1 = 38 ;
52
+ #define TX1 TX
53
+ #define RX1 RX
54
54
55
55
static const uint8_t T5 = 5 ;
56
56
static const uint8_t T6 = 6 ;
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ static const uint8_t A5 = 8;
49
49
50
50
static const uint8_t TX = 1 ;
51
51
static const uint8_t RX = 2 ;
52
+ #define TX1 TX
53
+ #define RX1 RX
52
54
53
55
static const uint8_t T1 = 1 ;
54
56
static const uint8_t T2 = 2 ;
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ static const uint8_t A5 = 8;
49
49
50
50
static const uint8_t TX = 1 ;
51
51
static const uint8_t RX = 2 ;
52
+ #define TX1 TX
53
+ #define RX1 RX
52
54
53
55
static const uint8_t T1 = 1 ;
54
56
static const uint8_t T2 = 2 ;
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ static const uint8_t A3 = 18; // light sensor
60
60
61
61
static const uint8_t TX = 43 ;
62
62
static const uint8_t RX = 44 ;
63
+ #define TX1 TX
64
+ #define RX1 RX
63
65
64
66
static const uint8_t T6 = 6 ;
65
67
static const uint8_t T7 = 7 ;
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ static const uint8_t MISO = 37;
63
63
64
64
static const uint8_t TX = 43 ;
65
65
static const uint8_t RX = 44 ;
66
-
66
+ #define TX1 TX
67
+ #define RX1 RX
67
68
68
69
static const uint8_t A0 = 17 ;
69
70
static const uint8_t A1 = 18 ;
Original file line number Diff line number Diff line change 27
27
28
28
static const uint8_t TX = 5 ;
29
29
static const uint8_t RX = 6 ;
30
+ #define TX1 TX
31
+ #define RX1 RX
30
32
31
33
static const uint8_t SDA = 33 ;
32
34
static const uint8_t SCL = 34 ;
You can’t perform that action at this time.
0 commit comments