arduino-esp32/libraries/ESP32/examples
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
..
AnalogOut Create ledcWrite_RGB.ino (#688) 2017-10-10 22:42:26 +03:00
Camera/CameraWebServer M5Stack's product offering includes various ESP32-based camera devices. (#4030) 2020-06-01 01:41:56 +03:00
ChipID/GetChipID Update GetChipID.ino (#4070) 2020-09-30 15:24:29 +03:00
DeepSleep allow the examples to build in a more strict env (#3299) 2019-09-29 23:47:02 +03:00
ESPNow allow the examples to build in a more strict env (#3299) 2019-09-29 23:47:02 +03:00
FreeRTOS Move Example to proper folder 2018-12-16 19:24:02 +01:00
GPIO Functional interrupt (#1728) 2018-09-17 23:13:58 +02:00
HallSensor Create hall_effect_esp32.ino (#450) 2017-06-21 14:16:47 +02:00
I2S/HiFreq_ADC I2s adc (#2309) 2019-01-22 17:24:16 +08:00
ResetReason Add initial SPIFFS library (#627) 2017-09-12 11:09:59 +03:00
RMT Add an aditional (void *) arg to the RMT callback (much like Ticker() et.al.). (#3345) 2020-10-14 14:41:50 +03:00
Time/SimpleTime Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
Timer Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
Touch Add Touchread example (#175) 2017-02-07 03:42:43 +02:00