Switches 2.0

Dependencies:   mbed QEI HIDScope BiQuad4th_order biquadFilter MODSERIAL FastPWM

Revision:
9:0e838367ab6a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Filter/FilterDesign.h	Fri Nov 01 10:23:02 2019 +0000
@@ -0,0 +1,3 @@
+#include "mbed.h"
+// .h file to design a filter for the first EMG signal
+double FilterDesign(double u);
\ No newline at end of file