arduino-esp32/libraries/ESP32
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
..
examples FreeRTOS.ino: fix usage of vTaskDelay (#7418) 2022-11-02 11:58:12 +02:00
src Add ESP32 examples folder and sigma-delta example 2017-02-05 16:14:43 +02:00
keywords.txt Added keywords.txt with RGB_BUILTIN into libraries/ESP32 (#7015) 2022-07-20 10:32:22 -03:00
library.properties Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00