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

Function delayMillis

src/fl/system/delay.cpp.hpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199} // namespace detail
200
201void delayMillis(u32 ms) FL_NOEXCEPT {
202 // Legacy function - no async pumping (backward compatibility)
203 detail::delay_impl(ms, false);
204}
205
206void delayMicroseconds(u32 us) FL_NOEXCEPT {
207 // Direct pass-through to platform layer (no async pumping for microsecond precision)

Callers 2

FL_TEST_FILEFunction · 0.85
checkMethod · 0.85

Calls 1

delay_implFunction · 0.85

Tested by

no test coverage detected