Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-dsp
Fork of mbed-os-example-blinky by
Diff: main.cpp
- Revision:
- 56:dd569dfd421c
- Parent:
- 54:fd99c80c68da
--- a/main.cpp Mon Apr 10 09:21:41 2017 +0000 +++ b/main.cpp Mon Apr 10 09:29:37 2017 +0000 @@ -1,7 +1,8 @@ #include "mbed.h" const int FFT_SIZE = 64; - +float samples[FFT_SIZE*2]; +float magnitudes[FFT_SIZE]; void samplingBegin(){ }