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

Function extern_loop

src/platforms/wasm/entry_point.cpp.hpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82EMSCRIPTEN_KEEPALIVE int extern_loop() {
83 fl::fastled_loop_once();
84 return 0;
85}
86
87}
88

Callers

nothing calls this directly

Calls 1

fastled_loop_onceFunction · 0.85

Tested by

no test coverage detected