arduino-esp32/libraries/ESP32/examples/RMT
Dirk-Willem van Gulik d79a1f3d10
Add an aditional (void *) arg to the RMT callback (much like Ticker() et.al.). (#3345)
* Add an aditional (void *) arg to the RMT callback - to allow more flexible handling of the callback (e.g. by passing a private struct or a class pointer). Same pattern as used by the Ticker() and many others. Example updated & new example with a trapoline added.

* Fix example for new API

* Fix lint warnings

* Add a second missed example.

* Correct timeout & improve socket error handling.
2020-10-14 14:41:50 +03:00
..
RMTCallback Add an aditional (void *) arg to the RMT callback (much like Ticker() et.al.). (#3345) 2020-10-14 14:41:50 +03:00
RMTLoopback Update RMTLoopback.ino (#3823) 2020-09-30 14:52:22 +03:00
RMTReadXJT Add an aditional (void *) arg to the RMT callback (much like Ticker() et.al.). (#3345) 2020-10-14 14:41:50 +03:00
RMTWriteNeoPixel RMT: Fix in bitshift of NeoPixel example project (#2986) 2019-07-16 17:14:28 +03:00