mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
[esp32_rmt] IDF 5+ update fixes (#4531)
Co-authored-by: Jonathan Swoboda <jonathan.swoboda>
This commit is contained in:
parent
4b9fa9d6d0
commit
65c1663538
@ -59,6 +59,8 @@ ESP32 IDF configuration variables:
|
|||||||
- **clock_resolution** (*Optional*, int): The clock resolution used by the RMT peripheral in hz. Defaults to ``1000000``.
|
- **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.
|
- **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.
|
- **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.
|
||||||
|
|
||||||
ESP32 Arduino configuration variables:
|
ESP32 Arduino configuration variables:
|
||||||
**************************************
|
**************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user