MCPcopy Create free account
hub / github.com/FastLED/FastLED / mark

Method mark

src/fastled_delay.h:43–43  ·  view source on GitHub ↗

Reset the timestamp that marks the start of the wait period

Source from the content-addressed store, hash-verified

41
42 /// Reset the timestamp that marks the start of the wait period
43 void mark() { mLastMicros = fl::micros() & 0xFFFF; }
44};
45
46#else

Callers 15

initMethod · 0.80
showPixelsMethod · 0.80
initMethod · 0.80
showPixelsMethod · 0.80
showPixelsFunction · 0.80
showPixelsMethod · 0.80
showPixelsMethod · 0.80
clockless_avr.hFile · 0.80
showPixelsMethod · 0.80
showPixelsMethod · 0.80

Calls 1

microsFunction · 0.70

Tested by

no test coverage detected