Definition at line 29 of file RGBW.ino.
29 {
31
33
37
38
39 sat =
map(sat, 0, 255, 30, 255);
40 val =
map(val, 0, 255, 100, 255);
41
43 }
44
46
47
48
49
50}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
fl::u16 inoise16(fl::u32 x, fl::u32 y, fl::u32 z, fl::u32 t)
MapRedBlackTree< Key, T, Compare, fl::allocator_slab< char > > map
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
References FastLED, hue, inoise16(), leds, NUM_LEDS, TIME_FACTOR_HUE, TIME_FACTOR_SAT, and TIME_FACTOR_VAL.