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:
- 63:f2972bba6f01
- Parent:
- 62:1e5508bb8f16
- Child:
- 64:92745a08320c
--- a/main.cpp Mon Apr 10 11:27:17 2017 +0000 +++ b/main.cpp Mon Apr 10 11:30:39 2017 +0000 @@ -23,7 +23,8 @@ sampleCounter += 2; if (sampleCounter >= FFT_SIZE *2 ) { //här är sampling klar, buffert är full - //skriv hårdvaru kod här + //skriv hårdvaru kod här + } } bool samplingIsDone() {