final

Dependencies:   HIDScope MODSERIAL QEI TextLCD mbed

Fork of TotalControlEmg2 by Remco Dasselaar

Revision:
47:959ef2792024
Parent:
27:f62e450bb411
--- a/Mode.h	Fri Oct 23 10:23:42 2015 +0000
+++ b/Mode.h	Fri Oct 23 13:37:26 2015 +0000
@@ -1,3 +1,3 @@
 #include "mbed.h"
 
-int Mode(double y, double thresholdlow, double thresholdmid, double thresholdhigh);
\ No newline at end of file
+int Mode(int mode, double y, double thresholdlow, double thresholdmid, double thresholdhigh);
\ No newline at end of file