Remco Dasselaar / Mbed 2 deprecated TotalControlEmg2

Dependencies:   HIDScope MODSERIAL QEI TextLCD mbed

Fork of TotalControlEmg2 by Remco Dasselaar

Revision:
26:d9855716ced7
Parent:
25:c97d079e07f3
Child:
27:f62e450bb411
diff -r c97d079e07f3 -r d9855716ced7 Kalibratie.cpp
--- a/Kalibratie.cpp	Fri Oct 16 08:04:48 2015 +0000
+++ b/Kalibratie.cpp	Fri Oct 16 09:12:51 2015 +0000
@@ -36,7 +36,7 @@
     double ymin = 10;
 
     for(int i = 1; i <= samples; i++) {
-        double u = emg2.read();
+        double u = emg.read();
         double y = Filterdesigns(u);
         
         if (y < ymin && i >= samples / 10) {