File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1414static const uint8_t TX = 1 ;
1515static const uint8_t RX = 3 ;
1616
17+ static const uint8_t TXD2 = 32 ;
18+ static const uint8_t RXD2 = 26 ;
19+
1720static const uint8_t SDA = 26 ;
1821static const uint8_t SCL = 32 ;
1922
20-
2123static const uint8_t G12 = 12 ;
2224static const uint8_t G19 = 19 ;
2325static const uint8_t G21 = 21 ;
Original file line number Diff line number Diff line change 1414static const uint8_t TX = 1 ;
1515static const uint8_t RX = 3 ;
1616
17+ static const uint8_t TXD2 = 17 ;
18+ static const uint8_t RXD2 = 16 ;
19+
1720static const uint8_t SDA = 21 ;
1821static const uint8_t SCL = 22 ;
1922
Original file line number Diff line number Diff line change 1414static const uint8_t TX = 1 ;
1515static const uint8_t RX = 3 ;
1616
17+ static const uint8_t TXD2 = 33 ;
18+ static const uint8_t RXD2 = 32 ;
19+
1720static const uint8_t SDA = 32 ;
1821static const uint8_t SCL = 33 ;
1922
You can’t perform that action at this time.
0 commit comments