Open hertz98 opened 3 months ago
Thank you for pointing this out! I will update it when I get the time later this week.
Which C++ compiler (and version) are you using?
Regards Ask Marius
I'm using the compiler provided by the Pico SDK in Windows x64: arm-none-eabi-g++.exe (Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) 13.2.1 20231009
Using c++ compiler I get
undefined reference to fft_setup()
from the linker when using the library as submodule, you should add the following to thefft.h
header, like the headers of the kiss library