|
FastLED 3.9.15
|
Monotonic clock that never goes backwards.
Uses fl::micros() as the underlying time source, providing microsecond resolution across all FastLED platforms.
#include <chrono.h>
Public Types | |
| using | duration = microseconds |
| using | period = duration::period |
| using | rep = duration::rep |
| using | time_point = fl::chrono::time_point<steady_clock> |
Static Public Member Functions | |
| static time_point | now () FL_NOEXCEPT |
| Returns the current time point (implemented after fl::micros() declaration) | |
Static Public Attributes | |
| static constexpr bool | is_steady = true |