mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 04:21:00 +02:00
Add default pin mapping for Serial1 and Serial2 for wESP32 (#2409)
This commit is contained in:
committed by
Me No Dev
parent
c1344ae094
commit
c001996eef
@ -11,6 +11,11 @@
|
||||
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
|
||||
#define digitalPinHasPWM(p) (p < 34)
|
||||
|
||||
#define TX1 13
|
||||
#define RX1 12
|
||||
#define TX2 33
|
||||
#define RX2 39
|
||||
|
||||
static const uint8_t TX = 1;
|
||||
static const uint8_t RX = 3;
|
||||
|
||||
|
Reference in New Issue
Block a user