Engine control program with 3 engines

Dependencies:   mbed-rtos mbed

Fork of MotorControl by L298N Driver

Files at this revision

API Documentation at this revision

Comitter:
mjhaugsdal
Date:
Tue Apr 26 14:05:10 2016 +0000
Parent:
14:c3d1689dccf8
Commit message:
Changed speed to 500;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r c3d1689dccf8 -r d9c9ae9e5fc2 main.cpp
--- a/main.cpp	Tue Apr 26 13:47:02 2016 +0000
+++ b/main.cpp	Tue Apr 26 14:05:10 2016 +0000
@@ -23,7 +23,7 @@
 DigitalOut IN12(D11);  */
 
 
-static int fart = 1000;
+static int fart = 500;
 static char m_cmd = 'x';
 /*
 void step4Right3()