Total control sjoel robot

Dependencies:   HIDScope MODSERIAL QEI TextLCD mbed

Revision:
25:c97d079e07f3
Parent:
17:cfe44346645c
Child:
30:8ae855348d22
--- a/Kalibratie.h	Thu Oct 15 11:13:32 2015 +0000
+++ b/Kalibratie.h	Fri Oct 16 08:04:48 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
-double KalibratieMax(bool &readymax);
+double KalibratieMax(AnalogIn& emg);
 
-double KalibratieMin(bool &readymin);
+double KalibratieMin(AnalogIn& emg);
 
 void Init();
\ No newline at end of file