Testing 1 blue pill

Dependencies:   mbed mbed-rtos TextLCD

Revision:
28:3193157ebb0c
Parent:
25:9751619fa030
Child:
29:f3b1387c81f1
diff -r 22d6fd88828e -r 3193157ebb0c Stepper_Motor/STEPPER_MOTOR.hpp
--- a/Stepper_Motor/STEPPER_MOTOR.hpp	Fri Mar 01 21:57:59 2019 +0000
+++ b/Stepper_Motor/STEPPER_MOTOR.hpp	Mon Mar 11 14:19:26 2019 +0000
@@ -8,7 +8,7 @@
 //Libraries and header includes
 #include "mbed.h"
 #include "rtos.h"
-static int loop_wait_time = 0;
+//static float loop_wait_time = 0;
 class STEPPER_MOTOR                       //This creates a class called Led
 { 
 public: