Chris Hills / Mbed 2 deprecated 2017_11_28_ELEC347_Coursework

Dependencies:   mbed-rtos mbed

Fork of ELEC347_CourseWork by Matthew Thewsey

Files at this revision

API Documentation at this revision

Comitter:
chills
Date:
Tue Nov 28 09:53:14 2017 +0000
Parent:
2:f6e49378dd8a
Child:
4:c9ed97dad32b
Commit message:
Test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Nov 28 09:51:30 2017 +0000
+++ b/main.cpp	Tue Nov 28 09:53:14 2017 +0000
@@ -26,7 +26,7 @@
     
     BP_filter.Define_Filter();
     float sample_rate = (1.0/35000) ;
-    sample_timer.attach(&sampler,sample_rate);;
+    sample_timer.attach(&sampler,sample_rate);
 
     while(1) {