File tree 1 file changed +8
-8
lines changed
content/hardware/03.nano/boards/nano-esp32/datasheet
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ The SPI controller is by default assigned to the pins above.
235
235
236
236
### Universal Asynchronous Receiver/Transmitter (UART)
237
237
238
- - D0 / TX
239
- - D1 / RX
238
+ - D1 / TX
239
+ - D0 / RX
240
240
241
241
The UART controller is by default assigned to the the pins above.
242
242
@@ -343,8 +343,8 @@ The GPIOs on the Nano ESP32 can handle **source currents** up to **40 mA**, and
343
343
| 11 | D2 | Digital | Digital pin 2 |
344
344
| 12 | GND | Power | Ground |
345
345
| 13 | RST | Internal | Reset |
346
- | 14 | D1 /RX | Digital | Digital pin 1 / Serial Receiver (RX) |
347
- | 15 | D0 /TX | Digital | Digital pin 0 / Serial Transmitter (TX) |
346
+ | 14 | D0 /RX | Digital | Digital pin 1 / Serial Receiver (RX) |
347
+ | 15 | D1 /TX | Digital | Digital pin 0 / Serial Transmitter (TX) |
348
348
349
349
\* CIPO/COPI/CS replaces the MISO/MOSI/SS terminology.
350
350
@@ -738,8 +738,8 @@ SDA 和 SCL 引脚可分配给大多数 GPIO,但其中一些引脚可能具有
738
738
739
739
### 通用异步接收器/发射器 (UART)
740
740
741
- - D0 / TX
742
- - D1 / RX
741
+ - D1 / TX
742
+ - D0 / RX
743
743
744
744
默认情况下,UART 控制器分配给上述引脚。
745
745
@@ -846,8 +846,8 @@ Nano ESP32 上的 GPIO 可处理的**源电流**最高达**40 mA**,**灌电流
846
846
| 11 | D2 | 数字 | 数字引脚 2 |
847
847
| 12 | GND | 电源 | 接地 |
848
848
| 13 | RST | 内部 | 复位 |
849
- | 14 | D1 /RX | 数字 | 数字引脚 1 /串行接收器 (RX) |
850
- | 15 | D0 /TX | 数字 | 数字引脚 0 / 串行发射器 (TX) |
849
+ | 14 | D0 /RX | 数字 | 数字引脚 1 /串行接收器 (RX) |
850
+ | 15 | D1 /TX | 数字 | 数字引脚 0 / 串行发射器 (TX) |
851
851
852
852
\* CIPO/COPI/CS 取代 MISO/MOSI/SS 术语。
853
853
You can’t perform that action at this time.
0 commit comments