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

Dependencies:   C12832_lcd HIDScope mbed-dsp mbed

Revision:
3:33eb5882a9c4
Parent:
2:92a63245d11c
Child:
4:e4341e3524dc
--- a/main.cpp	Thu Apr 23 15:46:39 2015 +0000
+++ b/main.cpp	Thu Apr 23 15:50:50 2015 +0000
@@ -18,9 +18,9 @@
     while (1) {
         Dir = 1;
         Step = 1;
-        wait_us(100);
+        wait(0.001);
         Step = 0;
-        wait_us(100);
+        wait(0.001);
     }
 
 }
\ No newline at end of file