stepper motor controller

Dependents:   Printer

Fork of Stepper_Motor_X27168 by Stepper Motor

Revision:
1:64889c1fd698
Parent:
0:c346170974bc
--- a/Stepper_Motor_X27168.cpp	Tue Oct 20 00:36:06 2015 +0000
+++ b/Stepper_Motor_X27168.cpp	Fri Apr 29 14:57:46 2016 +0000
@@ -73,7 +73,7 @@
             motor_control = 0x0;
             break;
     }
-    wait(1.0/speed);
+    wait(1.0/speed); //Thread::wait(1000.0/speed);
     return cur_position;
 }