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
Diff: main.cpp
- Revision:
- 7:c6781a58f666
- Parent:
- 6:e905d3ec8545
- Child:
- 8:36b2ef26a0b1
--- a/main.cpp Fri Dec 05 23:25:35 2014 +0000
+++ b/main.cpp Fri Dec 05 23:39:56 2014 +0000
@@ -111,7 +111,8 @@
if(ir > 0.65){ // on collision, stop tank
controller.rumble(255,255);
- tank.SetMotors(0,0);
+ tank.SetMotors(-0.5,-0.5);
+ continue;
}else{
}
