|
FastLED 3.9.15
|
Wall clock (may not be monotonic)
On embedded platforms this behaves identically to steady_clock since there is no real-time clock available. Uses fl::micros() as the underlying time source.
#include <chrono.h>
Public Types | |
| using | duration = microseconds |
| using | period = duration::period |
| using | rep = duration::rep |
| using | time_point = fl::chrono::time_point<system_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 = false |