File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Language/Functions/Communication Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments