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

◆ setup()

void setup ( )

Definition at line 65 of file AnalogOutput.ino.

65 {
66 pinMode(REDPIN, OUTPUT);
67 pinMode(GREENPIN, OUTPUT);
68 pinMode(BLUEPIN, OUTPUT);
69
70 // Flash the "hello" color sequence: R, G, B, black.
71 colorBars();
72}
void colorBars()
#define REDPIN
#define GREENPIN
#define BLUEPIN

References BLUEPIN, colorBars(), GREENPIN, and REDPIN.

+ Here is the call graph for this function: