8#if SKETCH_HAS_LARGE_MEMORY
14#include "freertos/FreeRTOS.h"
15#include "freertos/task.h"
25#elif FASTLED_MULTITHREADED
26 std::this_thread::yield();
Task executor — runs registered task runners and manages the run loop.
void yield()
Yield to the platform scheduler.
Base definition for an LED controller.
Platform-aware cooperative yield for FastLED.