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: EMG1 PIDController1 compute mbed InBetweenController PinDetect QEI
Diff: main.cpp
- Revision:
- 19:7c356ec0fae0
- Parent:
- 18:ff312179cf44
- Child:
- 20:ebeb18494f3e
--- a/main.cpp Fri Oct 30 09:49:12 2015 +0000 +++ b/main.cpp Fri Oct 30 10:41:56 2015 +0000 @@ -51,7 +51,7 @@ Angles2Point(x,y,a,b); if (pushing) { motorSpeed = 1; - pc2.printf("X: %f | Y: %f\r\n",a,b); + //pc2.printf("PUSHING: %f, %f\r\n",a,b); } else if(a < -20 || a > 20) motorSpeed = 0.14;