Remco Dasselaar / Mbed 2 deprecated TotalControlEmg2

Dependencies:   HIDScope MODSERIAL QEI TextLCD mbed

Fork of TotalControlEmg2 by Remco Dasselaar

Revision:
27:f62e450bb411
Parent:
26:d9855716ced7
Child:
30:8ae855348d22
diff -r d9855716ced7 -r f62e450bb411 Kalibratie.cpp
--- a/Kalibratie.cpp	Fri Oct 16 09:12:51 2015 +0000
+++ b/Kalibratie.cpp	Fri Oct 16 12:37:26 2015 +0000
@@ -26,10 +26,10 @@
             ymax = y;
             }        
         wait(0.05);
-    }    
+        }                 
     LedGreen.write(1); //Led aan    
     return ymax;
-}
+    }
 
 double KalibratieMin(AnalogIn& emg){  //Kalibratie van de minimum waarde   
     LedRed.write(0);