motor i senzor

Dependencies:   TextLCD mbed PinDetect

Revision:
6:902bec57d9ae
Parent:
4:03b68322905f
Child:
10:0b8a98b1e6b1
--- a/MotorDrivers/Motor.cpp	Sat Nov 09 18:37:53 2013 +0000
+++ b/MotorDrivers/Motor.cpp	Mon Nov 11 11:45:55 2013 +0000
@@ -33,6 +33,7 @@
     positiveOut = 0;
     negativeOut = 0;
     direction = 0;
+    wait_ms(1000);
 }
 
 void Motor::movePositive() {