jordy morsinkhof / Mbed 2 deprecated Handmatig

Dependencies:   USBHost USBHostXpad mbed-rtos mbed

Fork of x4180_Tank by C K

Revision:
8:36b2ef26a0b1
Parent:
3:c1620db50a75
diff -r c6781a58f666 -r 36b2ef26a0b1 Traxster.cpp
--- a/Traxster.cpp	Fri Dec 05 23:39:56 2014 +0000
+++ b/Traxster.cpp	Sat Dec 06 05:15:25 2014 +0000
@@ -8,7 +8,7 @@
 
 int getMotorSpeedInt(float f){
     
-    int max = 100;
+    int max = 40;
     
     if(f > 1.0)
         f = 1.0;