EMG signalen uitlezen met filters

Dependencies:   HIDScope biquadFilter mbed

Revision:
2:5df98e0832d6
Parent:
1:0d62559f43af
Child:
3:dfc08485b1b2
--- a/main.cpp	Thu Oct 27 14:43:21 2016 +0000
+++ b/main.cpp	Fri Oct 28 07:59:51 2016 +0000
@@ -24,7 +24,6 @@
 BiQuadChain bandpass;
 
 // Sample function, this function samples the emg and sends it to HIDScope
-
 void filtering()
 {
    y1 = bandpass.step(emg0);