Releases: kosme/arduinoFFT
Releases · kosme/arduinoFFT
Version 1.3
Minor updates to conditional compilation to support mbed boards and ARM Mbed Compiler. Fix to issue #10
Patch to v1.2.2
This version fixes what v1.2.2 was supposed to solve but didn't quite tackled the problem
Version 1.2.2
Minor fix for Arduino IDE. The keywords are now recognized and highlighted when using Arduino IDE.
Version 1.2.1
Minor fixes to bugs on examples FFT_01 and FFT_03
Version 1.2
Fix a bug on earlier versions that limited the number of samples to 128. The new theoretical limit is now 32,768 samples but it is physically limited to the amount of RAM on the system.
Version 1.1
Finally installable through Arduino IDE library manager