test

Dependencies:   HIDScope MODSERIAL mbed-dsp mbed

Fork of emg_filter2 by BMT M9 Groep01

Files at this revision

API Documentation at this revision

Comitter:
Tanja2211
Date:
Mon Oct 20 13:07:38 2014 +0000
Parent:
58:b5bb78380767
Child:
60:7b5ca1a4d7c3
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 12:22:55 2014 +0000
+++ b/EMGfilter.cpp	Mon Oct 20 13:07:38 2014 +0000
@@ -158,7 +158,7 @@
 
 int main()
 {
-    Ticker log_timer;
+    Ticker log_timer,;
     //set up filters. Use external array for constants
     arm_biquad_cascade_df1_init_f32(&lowpass,1 , lowpass_const, lowpass_states);
     arm_biquad_cascade_df1_init_f32(&highpass,1 ,highpass_const, highpass_states);