Skip to content

Commit 73c9889

Browse files
karlsoderbypillo79
andauthored
Update content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md
Co-authored-by: Luca Burelli <pil@iol.it>
1 parent 178b7a4 commit 73c9889

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet

1 file changed

+3
-3
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ void setup() {
415415
The Nano ESP32 board features 3 hardware serial ports, as well as a port exposed via USB.
416416

417417
- `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.
421421

422422
### Native USB
423423

0 commit comments

Comments
 (0)