Filter emg 7-10-15 v1

Dependencies:   HIDScope mbed MODSERIAL

Revision:
24:38cd27737a43
Parent:
17:cfe44346645c
--- a/Kalibratie.h	Thu Oct 15 10:16:44 2015 +0000
+++ b/Kalibratie.h	Wed Oct 12 15:31:14 2016 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
-double KalibratieMax(bool &readymax);
+double KalibratieMax(bool &readymax, AnalogIn emg);
 
-double KalibratieMin(bool &readymin);
+double KalibratieMin(bool &readymin, AnalogIn emg);
 
 void Init();
\ No newline at end of file