Skip to content

Commit 822c3eb

Browse files
committed
Cleanup
1 parent 5ccd7da commit 822c3eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/tests/fft/fft-ledmatrix/fft-ledmatrix.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
AudioKitStream kit; // Audio source
1111
AudioRealFFT fft; // or AudioKissFFT
12-
StreamCopy copier(fft, kit); // copy mic to tfl
12+
StreamCopy copier(fft, kit); // copy mic to fft
1313
LEDMatrix led(fft); // output to LED matrix
1414

1515
void setup() {
@@ -38,6 +38,7 @@ void setup() {
3838
}
3939

4040
void loop() {
41+
// update FFT
4142
copier.copy();
4243
// update LEDs
4344
led.update();

0 commit comments

Comments
 (0)