|
FastLED 3.9.15
|
Platform-aware cooperative yield for FastLED.
fl::yield() gives other tasks/threads a chance to run:
Safe to call from any thread/task.
Definition in file yield.h.
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Functions | |
| void | fl::yield () |
| Yield to the platform scheduler. | |