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

◆ showAnalogRGB()

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

Definition at line 35 of file AnalogOutput.ino.

36{
37 analogWrite(REDPIN, rgb.r );
38 analogWrite(GREENPIN, rgb.g );
39 analogWrite(BLUEPIN, rgb.b );
40}
#define REDPIN
#define GREENPIN
#define BLUEPIN

References BLUEPIN, GREENPIN, and REDPIN.

Referenced by colorBars(), and loop().

+ Here is the caller graph for this function: