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

◆ showAnalogRGB()

void showAnalogRGB ( const CRGB & rgb)
Examples
AnalogOutput.ino.

Definition at line 31 of file AnalogOutput.ino.

32{
33 analogWrite(REDPIN, rgb.r );
34 analogWrite(GREENPIN, rgb.g );
35 analogWrite(BLUEPIN, rgb.b );
36}
#define REDPIN
#define GREENPIN
#define BLUEPIN

References BLUEPIN, GREENPIN, and REDPIN.

Referenced by colorBars(), and loop().

+ Here is the caller graph for this function: