linear actuator

Dependencies:   Motor PinDetect mbed

Fork of xbee_robot by Shubhojit Chattopadhyay

Revision:
3:473269e5a06f
Parent:
2:9a9fbbf43957
Child:
4:580ea208038b
--- a/main.cpp	Wed Feb 24 16:48:50 2016 +0000
+++ b/main.cpp	Wed Feb 24 16:52:04 2016 +0000
@@ -200,7 +200,7 @@
     while(1){
         if(running_schedule){
             schedule();
-            running_schedule = 0;       //return to rest after finish the schedule
+            running_schedule = 0;       //return to reset after finish the schedule
         }
     }
 }