File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 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;
4949
5050static const uint8_t TX = 39 ;
5151static 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
5454
5555static const uint8_t T5 = 5 ;
5656static 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;
4949
5050static const uint8_t TX = 1 ;
5151static const uint8_t RX = 2 ;
52+ #define TX1 TX
53+ #define RX1 RX
5254
5355static const uint8_t T1 = 1 ;
5456static 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;
4949
5050static const uint8_t TX = 1 ;
5151static const uint8_t RX = 2 ;
52+ #define TX1 TX
53+ #define RX1 RX
5254
5355static const uint8_t T1 = 1 ;
5456static 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
6060
6161static const uint8_t TX = 43 ;
6262static const uint8_t RX = 44 ;
63+ #define TX1 TX
64+ #define RX1 RX
6365
6466static const uint8_t T6 = 6 ;
6567static 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;
6363
6464static const uint8_t TX = 43 ;
6565static const uint8_t RX = 44 ;
66-
66+ #define TX1 TX
67+ #define RX1 RX
6768
6869static const uint8_t A0 = 17 ;
6970static const uint8_t A1 = 18 ;
Original file line number Diff line number Diff line change 2727
2828static const uint8_t TX = 5 ;
2929static const uint8_t RX = 6 ;
30+ #define TX1 TX
31+ #define RX1 RX
3032
3133static const uint8_t SDA = 33 ;
3234static const uint8_t SCL = 34 ;
You can’t perform that action at this time.
0 commit comments