|
FastLED 3.9.15
|
Universal timing functions for FastLED.
This header provides a universal fl::time() function that works consistently across all FastLED-supported platforms. It abstracts away platform-specific timing implementations and provides a clean, testable API.
For unit testing, time injection is available:
Definition in file time.h.
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| IMPORTANT! | |
Functions | |
| fl::u32 | fl::time () |
| Universal millisecond timer - returns milliseconds since system startup. | |