Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
c001996e
Commit
c001996e
authored
Feb 14, 2019
by
Patrick Van Oosterwijck
Committed by
Me No Dev
Feb 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add default pin mapping for Serial1 and Serial2 for wESP32 (#2409)
parent
c1344ae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
variants/wesp32/pins_arduino.h
variants/wesp32/pins_arduino.h
+6
-1
No files found.
variants/wesp32/pins_arduino.h
View file @
c001996e
...
...
@@ -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
;
...
...
@@ -39,6 +44,6 @@ static const uint8_t T9 = 32;
#define ETH_PHY_MDC 16
#define ETH_PHY_MDIO 17
#define ETH_PHY_TYPE ETH_PHY_LAN8720
#define ETH_CLK_MODE ETH_CLOCK_GPIO0_IN
#define ETH_CLK_MODE
ETH_CLOCK_GPIO0_IN
#endif
/* Pins_Arduino_h */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment