Elektronikprojekt Grupp 13 / Mbed OS test_fft_grp13

Dependencies:   mbed-dsp

Fork of mbed-os-example-blinky by Elektronikprojekt Grupp 13

Revision:
54:fd99c80c68da
Parent:
53:3187ccbe0cca
Child:
55:360b5bcdf9a7
Child:
56:dd569dfd421c
--- 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() {