4 directional EMG control of the XY table. Made during my bachelor end assignment.

Dependencies:   C12832_lcd HIDScope mbed-dsp mbed

Revision:
4:e4341e3524dc
Parent:
3:33eb5882a9c4
Child:
5:24929fa367fc
--- a/main.cpp	Thu Apr 23 15:50:50 2015 +0000
+++ b/main.cpp	Fri Apr 24 08:53:13 2015 +0000
@@ -11,16 +11,16 @@
 int main()
 {
 
-    MS1 = 0;
+    MS1 = 1;
     MS2 = 0;
     MS3 = 0;
 
     while (1) {
         Dir = 1;
         Step = 1;
-        wait(0.001);
+        wait(0.00001);
         Step = 0;
-        wait(0.001);
+        wait(0.00001);
     }
 
 }
\ No newline at end of file