Project Paint / Mbed 2 deprecated EMG-Processing

Dependencies:   biquadFilter mbed

Revision:
1:984b6b6812c7
Parent:
0:44d3f99b08c1
Child:
2:8b790c03a760
--- a/emg-utils.cpp	Wed Nov 02 11:08:53 2016 +0000
+++ b/emg-utils.cpp	Wed Nov 02 13:19:42 2016 +0000
@@ -142,16 +142,16 @@
         
     scope.send();
 }
-
-int main()
-{
-    bqc1.add( &bq11 );
-    bqc2.add( &bq12 );
-    
-
-//   bqc1.add( &bq11 );
-//   bqc2.add( &bq12 );
-   // 500 HZ Ticker
-   ticker.attach(&processEMG, 0.002);
-   while (true);
-}
\ No newline at end of file
+//
+//int main()
+//{
+//    bqc1.add( &bq11 );
+//    bqc2.add( &bq12 );
+//    
+//
+////   bqc1.add( &bq11 );
+////   bqc2.add( &bq12 );
+//   // 500 HZ Ticker
+//   ticker.attach(&processEMG, 0.002);
+//   while (true);
+//}
\ No newline at end of file