Definition at line 90 of file PJRCSpectrumAnalyzer.ino.
90 {
91 unsigned int x,
y, freqBin;
92 float level;
93
94 if (
fft.available()) {
95
96
97 freqBin = 0;
98
100
102
103
104
105
106
108
109
112 } else {
114 }
115 }
116
117
119 }
120
122
123 }
124}
CFastLED FastLED
Global LED strip management instance.
float thresholdVertical[matrix_height]
const unsigned int matrix_height
unsigned int xy(unsigned int x, unsigned int y)
const unsigned int myColor
const unsigned int matrix_width
int frequencyBinsHorizontal[matrix_width]
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)
References CRGB::Black, FastLED, fft, frequencyBinsHorizontal, leds, matrix_height, matrix_width, myColor, thresholdVertical, x, xy(), and y.