docs/esp32: Update UART quickref on input-only pins.

Signed-off-by: Tomasz 'CeDeROM' CEDRO <tomek@cedro.info>
pull/6044/merge
Tomasz 'CeDeROM' CEDRO 2022-08-18 05:20:02 +02:00 zatwierdzone przez Damien George
rodzic 6b16ce8d38
commit 769262ef03
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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