Definition at line 56 of file ColorTemperature.ino.
57{
58
59 static uint8_t starthue = 0;
61
62
63 uint8_t secs = (millis() / 1000) % (
DISPLAYTIME * 2);
67 } else {
70 }
71
72
73
76 }
77
80}
void fill_rainbow(CRGB *all_leds)
CFastLED FastLED
Global LED strip management instance.
void * memset8(void *ptr, uint8_t value, uint16_t num)
Faster alternative to memset() on AVR.
Representation of an RGB pixel (Red, Green, Blue)
References BLACKTIME, DISPLAYTIME, FastLED, fill_rainbow(), leds, memset8(), NUM_LEDS, TEMPERATURE_1, and TEMPERATURE_2.