Closed
Description
Related area
ESP32 RMT
Hardware specification
ESP32
Is your feature request related to a problem?
It is not possible to set the RMT Transmitter EOT/idle state from the Arduino implementation, making it impossible to drive a bus that requires a logic high idle state.
Describe the solution you'd like
Add a hook to set the EOT state on the RMT init.
The function is available in the Espressif ESP-IDF Implementation as a flag on the RMT TX Config uint32_t eot_level
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/rmt.html?#_CPPv421rmt_transmit_config_t
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Type
Projects
Status
Done