Michael Marzano / Mbed 2 deprecated Linear_Stepper_Motor_Nema17

Dependencies:   mbed

Revision:
2:6c324fded7c1
Parent:
1:757a52db1604
Child:
3:2138b69ee3bd
--- a/lin_step_mtr.cpp	Mon Apr 20 02:52:30 2020 +0000
+++ b/lin_step_mtr.cpp	Mon Apr 20 02:54:17 2020 +0000
@@ -69,11 +69,11 @@
 }
 
 void LinStepMtr::start() {
-    mtr_stp = false;   
+    stop_mtr = false;   
 }
 
 void LinStepMtr::stop() {
-    mtr_stop = true;   
+    stop_mtr = true;   
 }
 
 void LinStepMtr::rotate_help(void const *args)