Remco Dasselaar / Mbed 2 deprecated TotalControlEmg2

Dependencies:   HIDScope MODSERIAL QEI TextLCD mbed

Fork of TotalControlEmg2 by Remco Dasselaar

Revision:
30:8ae855348d22
Parent:
25:c97d079e07f3
diff -r 9610df479f89 -r 8ae855348d22 Kalibratie.h
--- a/Kalibratie.h	Sat Oct 17 14:13:57 2015 +0000
+++ b/Kalibratie.h	Mon Oct 19 10:09:42 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
-double KalibratieMax(AnalogIn& emg);
+double KalibratieMax(AnalogIn& emg, bool side);
 
-double KalibratieMin(AnalogIn& emg);
+double KalibratieMin(AnalogIn& emg, bool side);
 
 void Init();
\ No newline at end of file