:)

Dependencies:   HIDScope MODSERIAL mbed-dsp mbed

Fork of emg_filter by BMT M9 Groep01

Files at this revision

API Documentation at this revision

Comitter:
Tanja2211
Date:
Mon Oct 20 08:01:32 2014 +0000
Parent:
40:f45c41cdae3a
Child:
42:d49b766ffdc7
Commit message:
;

Changed in this revision

EMGfilter.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/EMGfilter.cpp	Mon Oct 20 07:59:30 2014 +0000
+++ b/EMGfilter.cpp	Mon Oct 20 08:01:32 2014 +0000
@@ -218,7 +218,8 @@
                 yB1=0;
             }
 int snelheidsstand;
-snelheidsstand=yB1+yB2+yB3
+int yB1, yB2, yB3; 
+snelheidsstand=yB1+yB2+yB3;
             if (snelheidsstand==1) {
                     pc.printf("Motor 1 beweegt met snelheid 1\n");
                 } else {