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:
- 54:fd99c80c68da
- Parent:
- 53:3187ccbe0cca
- Child:
- 55:360b5bcdf9a7
- Child:
- 56:dd569dfd421c
diff -r 3187ccbe0cca -r fd99c80c68da main.cpp --- a/main.cpp Mon Apr 10 09:11:25 2017 +0000 +++ b/main.cpp Mon Apr 10 09:21:41 2017 +0000 @@ -1,5 +1,15 @@ #include "mbed.h" +const int FFT_SIZE = 64; + + +void samplingBegin(){ +} + +bool samplingIsDone() { + return true; +} + // main() runs in its own thread in the OS int main() {