Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: USBHost USBHostXpad mbed-rtos mbed
Fork of x4180_Tank by
Diff: Traxster.cpp
- Revision:
- 8:36b2ef26a0b1
- Parent:
- 3:c1620db50a75
--- 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;
