working version but stripped of most unnecessary code like print statements

Dependencies:   HIDScope MODSERIAL biquadFilter mbed FastPWM QEI

Files at this revision

API Documentation at this revision

Comitter:
tomlankhorst
Date:
Mon Sep 21 13:52:35 2015 +0000
Parent:
14:f83354387756
Child:
16:9f7797ffd0fb
Commit message:
BSA EMG Practical Code

Changed in this revision

HIDScope.lib Show annotated file Show diff for this revision Revisions of this file
MODSERIAL.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HIDScope.lib	Mon Sep 21 13:48:00 2015 +0000
+++ b/HIDScope.lib	Mon Sep 21 13:52:35 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/tomlankhorst/code/HIDScope/#e44574634162
+http://mbed.org/users/tomlankhorst/code/HIDScope/#5020a2c0934b
--- a/MODSERIAL.lib	Mon Sep 21 13:48:00 2015 +0000
+++ b/MODSERIAL.lib	Mon Sep 21 13:52:35 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/Sissors/code/MODSERIAL/#180e968a751e
+http://mbed.org/users/Sissors/code/MODSERIAL/#6ffa97119f4f
--- a/main.cpp	Mon Sep 21 13:48:00 2015 +0000
+++ b/main.cpp	Mon Sep 21 13:52:35 2015 +0000
@@ -27,7 +27,7 @@
     * this ensures that 'sample' is executed every... 0.002 seconds
     */
     sample_timer.attach(&sample, 0.002);
-    
+
     /*empty loop, sample() is executed periodically*/
-    while(1){}
+    while(1) {}
 }
\ No newline at end of file