Filter emg 7-10-15 v1

Dependencies:   HIDScope mbed MODSERIAL

Revision:
17:cfe44346645c
Parent:
16:8f175d2a472f
Child:
24:38cd27737a43
--- a/Kalibratie.h	Fri Oct 09 09:57:09 2015 +0000
+++ b/Kalibratie.h	Fri Oct 09 11:27:58 2015 +0000
@@ -1,3 +1,7 @@
 #include "mbed.h"
 
-void Kalibratie();
+double KalibratieMax(bool &readymax);
+
+double KalibratieMin(bool &readymin);
+
+void Init();
\ No newline at end of file