Testing 1 blue pill

Dependencies:   mbed mbed-rtos TextLCD

Revision:
29:f3b1387c81f1
Parent:
28:3193157ebb0c
--- a/Stepper_Motor/STEPPER_MOTOR.hpp	Mon Mar 11 14:19:26 2019 +0000
+++ b/Stepper_Motor/STEPPER_MOTOR.hpp	Wed Mar 13 11:34:39 2019 +0000
@@ -18,7 +18,7 @@
     void Permanent_Rotate_clock_wise();
     void Permanent_Rotate_anti_clock_wise();
     void Rotate_90();
-    void Rotate_Steps(int Steps,int Function);
+    void Rotate_Steps(int Steps,int Function,bool Direction);
     float Get_Turns();
     void Pause_Code();
     void Unpause_Code();