We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c396f8 commit cd64b64Copy full SHA for cd64b64
examples/examples-audiokit/streams-audiokit-fft-led/streams-audiokit-fft-led.ino
@@ -9,6 +9,7 @@
9
* @copyright Copyright (c) 2022
10
*
11
*/
12
+#include <FastLED.h> // to prevent conflicts introduced with 3.9
13
#include "AudioTools.h"
14
#include "AudioTools/AudioLibs/AudioBoardStream.h"
15
#include "AudioTools/AudioLibs/AudioRealFFT.h" // or AudioKissFFT
examples/examples-communication/a2dp/basic-a2dp-fft-led/basic-a2dp-fft-led.ino
@@ -6,6 +6,7 @@
6
* @copyright GPLv3
7
8
#include "AudioTools/AudioLibs/AudioRealFFT.h" // or any other supported inplementation
#include "AudioTools/AudioLibs/LEDOutput.h"
0 commit comments