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

◆ setup()

void setup ( )

Definition at line 124 of file TwinkleFox.ino.

124 {
125 delay(3000); // safety startup delay
126 FastLED.setMaxPowerInVoltsAndMilliamps( VOLTS, MAX_MA);
128 .setCorrection(TypicalLEDStrip);
129
131}
#define COLOR_ORDER
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
#define DATA_PIN
Definition ClientReal.h:82
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
#define MAX_MA
CRGBPalette16 gTargetPalette
void chooseNextColorPalette(CRGBPalette16 &pal)
#define LED_TYPE
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
Definition color.h:15
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
#define VOLTS
Definition old.h:22

References chooseNextColorPalette(), COLOR_ORDER, DATA_PIN, FastLED, gTargetPalette, LED_TYPE, leds, MAX_MA, NUM_LEDS, TypicalLEDStrip, and VOLTS.

+ Here is the call graph for this function: