Skip to content

Commit 769262e

Browse files
cederomdpgeorge
authored andcommitted
docs/esp32: Update UART quickref on input-only pins.
Signed-off-by: Tomasz 'CeDeROM' CEDRO <[email protected]>
1 parent 6b16ce8 commit 769262e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/esp32/quickref.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,10 @@ They each have default GPIO assigned to them, however depending on your
216216
ESP32 variant and board, these pins may conflict with embedded flash,
217217
onboard PSRAM or peripherals.
218218

219-
Any GPIO can be used for hardware UARTs using the GPIO matrix, so to avoid
220-
conflicts simply provide ``tx`` and ``rx`` pins when constructing. The default
221-
pins listed below.
219+
Any GPIO can be used for hardware UARTs using the GPIO matrix, except for
220+
input-only pins 34-39 that can be used as ``rx``. To avoid conflicts simply
221+
provide ``tx`` and ``rx`` pins when constructing. The default pins listed
222+
below.
222223

223224
===== ===== ===== =====
224225
\ UART0 UART1 UART2

0 commit comments

Comments
 (0)