Files
arduino-esp32/libraries/ESP32/examples
Rodrigo Garcia 7cf162346a RMT refactoring based on IDF (#6024)
Summary

RMT HAL refactoring based on IDF.

Impact

Improves RMT by adding IDF v4.4 support.
Receiving RMT can handle any size of data.
rmtInit() has a new parameter - RxBufferSize - to hold any number of data when receiving RMT.
rmtWrite() has a new parameter - wait_tx_done - to block writing until sending all data.

Related links

fix #5905
2021-12-21 15:02:40 +02:00
..
2021-04-14 18:10:05 +03:00
2021-04-14 18:10:05 +03:00
2018-12-16 19:24:02 +01:00
2021-12-21 15:02:40 +02:00
2021-07-19 13:38:40 +03:00