Skip to content

Releases: kosme/arduinoFFT

Version 1.3

05 Dec 18:39
Compare
Choose a tag to compare

Minor updates to conditional compilation to support mbed boards and ARM Mbed Compiler. Fix to issue #10

Patch to v1.2.2

04 Sep 15:19
Compare
Choose a tag to compare

This version fixes what v1.2.2 was supposed to solve but didn't quite tackled the problem

Version 1.2.2

04 Sep 13:51
Compare
Choose a tag to compare

Minor fix for Arduino IDE. The keywords are now recognized and highlighted when using Arduino IDE.

Version 1.2.1

28 Aug 18:58
Compare
Choose a tag to compare

Minor fixes to bugs on examples FFT_01 and FFT_03

Version 1.2

04 Aug 16:45
Compare
Choose a tag to compare

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

13 May 00:26
Compare
Choose a tag to compare

Finally installable through Arduino IDE library manager