Uart invert option for ESP32 (#1039)

This commit is contained in:
Mynasru 2021-03-06 14:25:25 +01:00 committed by GitHub
parent 2f81ac49b5
commit d8862928c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ Configuration variables:
- **stop_bits** (*Optional*, int): The number of stop bits to send. Options: 1, 2. Defaults to 1.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID for this UART hub if you need multiple UART hubs.
ESP32 options:
- **invert** (*Optional*, boolean): Invert the logic levels of the RX and TX pins. Options: ``True`` or ``False``. Defaults to ``False``.
.. _uart-hardware_uarts:
Hardware UARTs