31 CRGB leds[MAX_LEDS] = {0};
39 uint8_t genre_smoothing[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
41 double max1[20] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
42 double max2[20] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
43 double max3[20] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
44 double max4[20] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
45 double max5[20] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
48 double acceleration = 0;
49 double smoothing_value[10] = {0,0,0,0,0,0,0,0,0,0};
51 double velocities[5] = {0,0,0,0,0};
52 double accelerations[5] = {0,0,0,0,0};
53 int locations[5] = {70,60,50,40,30};
54 double vRealSums[5] = {0,0,0,0,0};