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

Function extern_setup

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

Source from the content-addressed store, hash-verified

75extern "C" {
76
77EMSCRIPTEN_KEEPALIVE int extern_setup() {
78 fl::fastled_setup_once();
79 return 0;
80}
81
82EMSCRIPTEN_KEEPALIVE int extern_loop() {
83 fl::fastled_loop_once();

Callers

nothing calls this directly

Calls 1

fastled_setup_onceFunction · 0.85

Tested by

no test coverage detected