-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rmtDeinit missing? #2585
Comments
The arduino and esp-idf RMT drivers should probably not be used interchangeably, as there may be some state information that will not cross over. Choose one, and stick with it. The arduino version is recent and may still have some issues (eg, a missing rmtDeinit). The esp-idf version has examples linked in the docs location you posted. |
also note that the arduino driver has a few debug statements in it that will alter the state of a few pins at runtime!!! |
rmtDeinit is defined in esp32-hal-rmt.c,
but it is not defined in esp32-hal-rmt.h,
can someone explain the reason ?
how to use the function
rmt_rx_start() and rmt_rx_stop()
at here
https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/rmt.html?highlight=rmt#
The text was updated successfully, but these errors were encountered: