arduino-esp32/libraries/ESP32/examples
david-cermak 4e96bffe0e Initial version of rmt driver (#1525)
* rmt driver initial version

* supporting conti mode plus interrupts

* using conitnous mode for sending more data

* working continous mode

* rmt driver cleanup after conti mode

* initial version of rmt driver

* adding a simple example

* adding channel and block locks

* modified of rmt interface for simpler/easier usage

* adding header sentinels, split interface to common and additional settings

* Fixes per code review + support for rx callback mode

* renamed internal structures and enums, fixed formatting

* cmake support for rmt

* refactored tx-conti interrupts to function to make it more readable

* added Tx and Rx examples

* added license headers

* minor updates per review

* used struct access, renamed defines, corrected diagram
2018-09-17 23:19:27 +02:00
..
AnalogOut Create ledcWrite_RGB.ino (#688) 2017-10-10 22:42:26 +03:00
ChipID/GetChipID Add ESP.getChipId() function to get ESP32's ChipID. (#322) 2017-05-05 09:59:54 +03:00
DeepSleep Flush serial in DeepSleep example to allow print before sleep (#1791) 2018-09-17 21:31:24 +02:00
ESPNow Added WiFi.disconnect to ESPNow examples. Fixes https://github.com/espressif/arduino-esp32/issues/1425 (#1511) 2018-06-19 11:33:50 +03: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
ResetReason Add initial SPIFFS library (#627) 2017-09-12 11:09:59 +03:00
RMT Initial version of rmt driver (#1525) 2018-09-17 23:19:27 +02:00
Time/SimpleTime Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
Timer Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
Touch Add Touchread example (#175) 2017-02-07 03:42:43 +02:00