docs/esp32: Update UART quickref on input-only pins.
Signed-off-by: Tomasz 'CeDeROM' CEDRO <tomek@cedro.info>
This commit is contained in:
parent
6b16ce8d38
commit
769262ef03
@ -216,9 +216,10 @@ They each have default GPIO assigned to them, however depending on your
|
|||||||
ESP32 variant and board, these pins may conflict with embedded flash,
|
ESP32 variant and board, these pins may conflict with embedded flash,
|
||||||
onboard PSRAM or peripherals.
|
onboard PSRAM or peripherals.
|
||||||
|
|
||||||
Any GPIO can be used for hardware UARTs using the GPIO matrix, so to avoid
|
Any GPIO can be used for hardware UARTs using the GPIO matrix, except for
|
||||||
conflicts simply provide ``tx`` and ``rx`` pins when constructing. The default
|
input-only pins 34-39 that can be used as ``rx``. To avoid conflicts simply
|
||||||
pins listed below.
|
provide ``tx`` and ``rx`` pins when constructing. The default pins listed
|
||||||
|
below.
|
||||||
|
|
||||||
===== ===== ===== =====
|
===== ===== ===== =====
|
||||||
\ UART0 UART1 UART2
|
\ UART0 UART1 UART2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user