Esp32_rmt_led_strip_reset (#4194)

This commit is contained in:
Angel Nunez Mencias 2024-08-27 03:26:03 +02:00 committed by GitHub
parent b5003314a7
commit 16a8c052a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
--------