File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -415,9 +415,9 @@ void setup() {
415
415
The Nano ESP32 board features 3 hardware serial ports, as well as a port exposed via USB.
416
416
417
417
- ` Serial ` refers to the USB port.
418
- - ` Serial0 ` refers to the hardware serial port (UART), accessible via the board's RX/TX pins (D0, D1)
419
- - ` Serial1 ` is the second UART port, which can be assigned to any free GPIO .
420
- - ` Serial2 ` is the third UART port, which can also be assigned to any free GPIO .
418
+ - ` Serial0 ` refers to the first hardware serial port (UART), accessible via the board's RX/TX pins (D0, D1).
419
+ - ` Serial1 ` is the second UART port, which can be assigned to any free GPIOs .
420
+ - ` Serial2 ` is the third UART port, which can also be assigned to any free GPIOs .
421
421
422
422
### Native USB
423
423
You can’t perform that action at this time.
0 commit comments