TaskScheduler icon indicating copy to clipboard operation
TaskScheduler copied to clipboard

Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers

Results 14 TaskScheduler issues
Sort by recently updated
recently updated
newest added

Hi, I am using this library to read IMU sensor data. I have a created task where the data is collected. It works fine when I run the task with...

some of the examples that depends on [QueueArray](https://github.com/interactive-matter/QueueArray) lib throws build error. i.e. example 14,19,25 Is that the right [lib](https://github.com/interactive-matter/QueueArray) to use? ``` /run/user/1000/1/Scheduler_example07_WDT/src/Scheduler_example19_Dynamic_Tasks.ino:57:20: error: no matching function for call...

A pipeline for CI builder based on platformio and github actions. Builds some of examples testing lib features on popular platforms. There are issues found in examples, so not all...

With the default of `esp_light_sleep_start()` I see WiFi connection problems. Using delay() can still noticeably reduce the SoC temperature. In my limited testing, the temperature reported by `CpuTemperature.read()` reduced from...