arduino-esp32/libraries/ESP32/examples
WereCatf d3ccd2a961
FreeRTOS.ino: fix usage of vTaskDelay (#7418)
The original code assumes 100Hz FreeRTOS tick rate and just supplies vTaskDelay with the assumed number of ticks required for the wanted delay. This patch simply fixes it to use portTICK_PERIOD_MS, thereby working correctly regardless of what tick rate FreeRTOS has been configured to run at.
2022-11-02 11:58:12 +02:00
..
AnalogOut Fix ledc panic’ed when wrong setup of frequency and bit width (#6371) 2022-03-10 15:30:57 +02:00
AnalogRead Added ADC API doc + simple example (#6301) 2022-02-23 15:45:19 +02:00
ArduinoStackSize Adds support to change LoopTask Stack size (#6025) 2021-12-20 13:10:36 +02:00
Camera/CameraWebServer CameraWebServer example fix (#6993) 2022-07-18 15:07:48 +02:00
ChipID/GetChipID Update GetChipID.ino (#4070) 2020-09-30 15:24:29 +03:00
DeepSleep Add new ULP example for ESP32 (#7221) 2022-09-14 11:44:12 +03:00
ESPNow Fixed the ability to change CHANNEL (#7154) 2022-09-14 11:28:42 +03:00
FreeRTOS FreeRTOS.ino: fix usage of vTaskDelay (#7418) 2022-11-02 11:58:12 +02:00
GPIO Improve RGB driver in pull #6808; solves #6968 (#6979) 2022-07-18 15:34:01 +02:00
HallSensor Esp32 s3 support (#6341) 2022-03-28 12:09:41 +03:00
I2S/HiFreq_ADC WIP; Reworked HiFreq_ADC example; Closing #6832 (#6917) 2022-07-06 12:16:59 +03:00
ResetReason Added compiler.warning_flags to platform.txt; fixing #6118 (#6596) 2022-05-09 23:17:12 +03:00
RMT Esp32 s3 support (#6341) 2022-03-28 12:09:41 +03:00
Time/SimpleTime NTP Examples: revert obsolete comment and updated Time example (#6073) 2022-01-17 16:09:58 +02:00
Timer v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
Touch Added compiler.warning_flags to platform.txt; fixing #6118 (#6596) 2022-05-09 23:17:12 +03:00