Skip to content

Commit

Permalink
Update Serial.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsoderby committed Feb 1, 2024
1 parent 56228e9 commit d8162ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Language/Functions/Communication/Serial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,19 @@ Used for communication between the Arduino board and a computer or other devices
| Nano 33 IoT | | 0(RX0), 1(TX0) | | |
| Nano RP2040 Connect | | 0(RX0), 1(TX0) | | |
| Nano BLE / BLE Sense | | 0(RX0), 1(TX0) | | |
| Nano ESP32 | | 0(RX0), 1(TX0) | Any free GPIO [1] | |
|================================================================================================================================================


[options="header"]

The Nano ESP32 board

|================================================================================================================================================
| Board | Serial0 pins | Serial1 pins | Serial2 pins | Serial3 pins | Serial4 pins
| Nano ESP32 | | 0(RX0), 1(TX0) | Any free GPIO [1] | |
|================================================================================================================================================


* [1] The Nano ESP32 has a second hardware serial port available, but you need to specify the pins.


Expand Down

0 comments on commit d8162ea

Please sign in to comment.