V001. 2017_11_30 10:21 Working code from Tuesday's lab session.

Dependencies:   mbed-rtos mbed

Fork of 2017_11_28_ELEC347_Coursework by Chris Hills

DSP Coursework ELEC347 2017-2018 Group members: Matthew Thewsey, Thomas Morris, Samuel Waggett, Christopher Hills .

Revision:
5:e49e5515488d
Parent:
4:c9ed97dad32b
Child:
6:a2737b51424c
--- a/main.cpp	Tue Nov 28 09:56:41 2017 +0000
+++ b/main.cpp	Tue Nov 28 09:59:04 2017 +0000
@@ -26,10 +26,10 @@
     
     BP_filter.Define_Filter();
     float sample_rate = (1.0/35000) ;
-    sample_timer.attach(&sampler,sample_rate);
+    sample_timer.attach(&sampler,sample_rate);;
 
     while(1) {
-        //Empty
+//EMPTY
     }
 }