Jorn Dokter / Mbed 2 deprecated TEB_branch2

Dependencies:   mbed QEI HIDScope biquadFilter MODSERIAL FastPWM

Revision:
43:9579a1afe9cb
Parent:
28:4a5671b3d88d
Child:
56:58cbb056e4be
diff -r 7c4c41326cc6 -r 9579a1afe9cb signalprocessing.cpp
--- a/signalprocessing.cpp	Mon Oct 14 12:15:43 2019 +0000
+++ b/signalprocessing.cpp	Mon Oct 14 14:06:39 2019 +0000
@@ -1,7 +1,9 @@
-double ProcessEMG(double X)
+
+
+float ProcessEMG(float X)
 {
     
-    double Y = X;
+    float Y = X;
     
     return Y;
 }
\ No newline at end of file