mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Esp32_rmt_led_strip_reset (#4194)
This commit is contained in:
parent
b5003314a7
commit
16a8c052a4
@ -67,6 +67,10 @@ please consider adding support to the codebase and add it to the list above.
|
||||
- **bit0_low** (*Optional*, :ref:`config-time`): The time to hold the data line low for a ``0`` bit.
|
||||
- **bit1_high** (*Optional*, :ref:`config-time`): The time to hold the data line high for a ``1`` bit.
|
||||
- **bit1_low** (*Optional*, :ref:`config-time`): The time to hold the data line low for a ``1`` bit.
|
||||
- **reset_high** (*Optional*, :ref:`config-time`): The time to hold the data line high after writing
|
||||
the state. Defaults to ``0 us``.
|
||||
- **reset_low** (*Optional*, :ref:`config-time`): The time to hold the data line low after writing
|
||||
the state. Defaults to ``0 us``.
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user