#include <FastLED.h>
#define NUM_LEDS 40
#ifdef FASTLED_TESTING
#define DELAY_MILLIS 1
#else
#define FASTLED_TESTING 33
#endif
}
}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
A version of CPixelView<CRGB> with an included array of CRGB LEDs.