Elektronikprojekt Grupp 13 / Mbed OS test_fft_grp13

Dependencies:   mbed-dsp

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

Committer:
deeza
Date:
Mon Apr 10 09:21:41 2017 +0000
Revision:
54:fd99c80c68da
Parent:
53:3187ccbe0cca
Child:
55:360b5bcdf9a7
Child:
56:dd569dfd421c
k

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jonathan Austin 0:2757d7abb7d9 1 #include "mbed.h"
deeza 44:7f2c1e8d0761 2
deeza 54:fd99c80c68da 3 const int FFT_SIZE = 64;
deeza 54:fd99c80c68da 4
deeza 54:fd99c80c68da 5
deeza 54:fd99c80c68da 6 void samplingBegin(){
deeza 54:fd99c80c68da 7 }
deeza 54:fd99c80c68da 8
deeza 54:fd99c80c68da 9 bool samplingIsDone() {
deeza 54:fd99c80c68da 10 return true;
deeza 54:fd99c80c68da 11 }
deeza 54:fd99c80c68da 12
Jonathan Austin 1:846c97078558 13 // main() runs in its own thread in the OS
Jonathan Austin 0:2757d7abb7d9 14 int main() {
deeza 51:837137ab83ed 15
NicklasNp 38:0eceb5feddc4 16 }