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

Function setup

tests/shared/example_dll_wrapper_template.cpp:26–33  ·  view source on GitHub ↗

Provide minimal setup/loop stubs that report the incompatibility

Source from the content-addressed store, hash-verified

24
25// Provide minimal setup/loop stubs that report the incompatibility
26void setup() {
27#ifdef EXAMPLE_PLATFORM_FILTER
28 printf("[SKIP] Example requires filter: %s (compiled on stub/native platform)\n",
29 EXAMPLE_STR(EXAMPLE_PLATFORM_FILTER));
30#else
31 printf("[SKIP] Example is platform-specific (compiled on stub/native platform)\n");
32#endif
33}
34void loop() {}
35
36#else

Callers 1

run_exampleFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected