Het totale EMG script

Dependencies:   HIDScope MODSERIAL biquadFilter mbed

Fork of EMGV5 by Laura Veenendaal

Revision:
31:a17c20e0614e
Parent:
30:29c9e9d0e398
--- a/main.cpp	Thu Oct 15 12:56:45 2015 +0000
+++ b/main.cpp	Thu Oct 15 13:08:19 2015 +0000
@@ -3,6 +3,7 @@
 #include "MODSERIAL.h"
 #include "biquadFilter.h"
 
+// Test voor remote repository
 //Define objects
     AnalogIn    EMG_left(A0); //Analog input
     AnalogIn    EMG_right(A1);