Definition at line 97 of file PJRCSpectrumAnalyzer.h.
97 {
98 unsigned int x,
y, freqBin;
99 float level;
100
101 if (
fft.available()) {
102
103
104 freqBin = 0;
105
107
109
110
111
112
113
115
116
119 } else {
121 }
122 }
123
124
126 }
127
129
130 }
131}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS 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>
References fl::CRGB::Black, FastLED, fft, frequencyBinsHorizontal, leds, matrix_height, matrix_width, myColor, thresholdVertical, x, xy(), and y.