Definition at line 70 of file NoisePlayground.ino.
70 {
71
74
75 Serial.begin(57600);
76 Serial.println("resetting!");
77
78 delay(3000);
81
87
88}
CFastLED FastLED
Global LED strip management instance.
@ GRB
Green, Red, Blue (0102)
LIB8STATIC void random16_add_entropy(uint16_t entropy)
Add entropy into the random number generator.
LIB8STATIC uint16_t random16()
Generate a 16-bit random number.
LIB8STATIC void random16_set_seed(uint16_t seed)
Set the 16-bit seed used for the random number generator.
References FastLED, GRB, hue_time, hxy, leds, NUM_LEDS, random16(), random16_add_entropy(), random16_set_seed(), v_time, x, and y.