mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
[esp32_rmt] Enable pullup and od mode based on pin scheme (#4634)
This commit is contained in:
parent
e70ce5fee4
commit
8dd0291ae1
@ -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:
|
||||
**************************************
|
||||
|
Loading…
Reference in New Issue
Block a user