[esp32_rmt] Enable pullup and od mode based on pin scheme (#4634)

This commit is contained in:
Jonathan Swoboda 2025-02-13 21:10:14 -05:00 committed by Jesse Hills
parent e70ce5fee4
commit 8dd0291ae1
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -57,10 +57,9 @@ ESP32 IDF configuration variables:
"ESP32-H2", "192 symbols", "48 symbols"
- **clock_resolution** (*Optional*, int): The clock resolution used by the RMT peripheral in hz. Defaults to ``1000000``.
- **one_wire** (*Optional*, boolean): Allows the GPIO to be used as both a transmitter and receiver.
- **use_dma** (*Optional*, boolean): Enable DMA on variants that support it.
- **eot_level** (*Optional*, boolean): Overrides the default end of transmit level. Defaults to ``false`` unless ``one_wire``
mode is ``true`` or ``pin`` is inverted.
- **eot_level** (*Optional*, boolean): Overrides the default end of transmit level. Defaults to ``false`` unless ``pin``
is set to inverted or open-drain.
ESP32 Arduino configuration variables:
**************************************