Skip to content

Commit dc0f1af

Browse files
karlsoderbyalranel
andauthored
Update content/hardware/03.nano/boards/nano-esp32/tutorials/pin-setup/pin-setup.md
Co-authored-by: Alessandro Ranellucci <a.ranellucci@arduino.cc>
1 parent 9480821 commit dc0f1af

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/pin-setup

1 file changed

+1
-1
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/pin-setup/pin-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hardware:
77
tags: [ESP32, Pin Configuration]
88
---
99

10-
The [Arduino Nano ESP32](https://store.arduino.cc/nano-esp32) is a Nano form factor board based on an ESP32-S3 SoC. This board is part of the [Arduino Nano Family](https://store.arduino.cc/pages/nano-family), and follows the pinout of that specific form factor by default.
10+
The [Arduino Nano ESP32](https://store.arduino.cc/nano-esp32) is a Nano form factor board based on an ESP32-S3 SoC. This board is part of the [Arduino Nano Family](https://store.arduino.cc/pages/nano-family), and follows the same pinout as all Nano boards. This is very convenient if you want to port a project from another Nano board, as you can preserve the same wiring and pin numbers in the code.
1111

1212
When programming the board in the "default" mode, the pins labelled on the board matches the pins in the program, **but does not match the ESP32-S3**. This mode can be changed to use the "ESP32" pins instead.
1313

0 commit comments

Comments
 (0)