Skip to content

Commit 0c458e7

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 73c9889 commit 0c458e7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Serial0.write("Hello world!");
465465

466466
### Serial1 & Serial2
467467

468-
The Nano ESP32 features additional hardware serial ports, but these needs to be manually assigned.
468+
The Nano ESP32 features 2 additional hardware serial ports that have no pre-defined pins, and can be connected to any free GPIO. Therefore, to use them, their TX and RX pins need to be manually assigned.
469469

470470
To use `Serial1` and `Serial2`, you need to initialize them in your program's `setup()` function:
471471

0 commit comments

Comments
 (0)