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

◆ loop()

void loop ( )

Definition at line 54 of file AnalogOutput.ino.

55{
56 static uint8_t hue;
57 hue = hue + 1;
58 // Use FastLED automatic HSV->RGB conversion
59 showAnalogRGB( CHSV( hue, 255, 255) );
60
61 delay(20);
62}
uint8_t hue
void showAnalogRGB(const CRGB &rgb)
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Definition hsv.h:15

References hue, and showAnalogRGB().

+ Here is the call graph for this function: