Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d8162ea

Browse files
Update Serial.adoc
1 parent 56228e9 commit d8162ea

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎Language/Functions/Communication/Serial.adoc‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,19 @@ Used for communication between the Arduino board and a computer or other devices
3131
| Nano 33 IoT | | 0(RX0), 1(TX0) | | |
3232
| Nano RP2040 Connect | | 0(RX0), 1(TX0) | | |
3333
| Nano BLE / BLE Sense | | 0(RX0), 1(TX0) | | |
34-
| Nano ESP32 | | 0(RX0), 1(TX0) | Any free GPIO [1] | |
3534
|================================================================================================================================================
3635

36+
37+
[options="header"]
38+
39+
The Nano ESP32 board
40+
41+
|================================================================================================================================================
42+
| Board | Serial0 pins | Serial1 pins | Serial2 pins | Serial3 pins | Serial4 pins
43+
| Nano ESP32 | | 0(RX0), 1(TX0) | Any free GPIO [1] | |
44+
|================================================================================================================================================
45+
46+
3747
* [1] The Nano ESP32 has a second hardware serial port available, but you need to specify the pins.
3848

3949

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /