FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setup()

void setup ( )

Definition at line 14 of file Apa102.ino.

14 {
15 delay(500); // power-up safety delay
16 // Two strips of LEDs, one in HD mode, one in software gamma mode.
18}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
#define STRIP_DATA_PIN
Definition Apa102.ino:9
#define STRIP_CLOCK_PIN
Definition Apa102.ino:10
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
@ APA102
APA102 LED chipset.
Definition FastLED.h:262
constexpr EOrder RGB
Definition eorder.h:17
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
Definition delay.h:98

References APA102, FastLED, leds, NUM_LEDS, RGB, STRIP_CLOCK_PIN, and STRIP_DATA_PIN.