Loading...
Searching...
No Matches
Go to the documentation of this file.
15#ifndef FASTLED_MULTITHREADED
17#if defined(FL_IS_STUB) || defined(FL_IS_WASM)
19 #if FL_HAS_INCLUDE(<pthread.h>)
20 #define FASTLED_MULTITHREADED 1
22 #define FASTLED_MULTITHREADED 0
24#elif defined(FL_IS_ESP32)
26 #define FASTLED_MULTITHREADED 1
27#elif defined(FASTLED_TESTING) && FL_HAS_INCLUDE(<pthread.h>)
29 #define FASTLED_MULTITHREADED 1
32 #define FASTLED_MULTITHREADED 0