Definition at line 92 of file PJRCSpectrumAnalyzer.h.
92 {
93 unsigned int x,
y, freqBin;
94 float level;
95
96 if (
fft.available()) {
97
98
99 freqBin = 0;
100
102
104
105
106
107
108
110
111
114 } else {
116 }
117 }
118
119
121 }
122
124
125 }
126}
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>
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.