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.
Diff: main.cpp
- Revision:
- 9:fd77a619181d
- Parent:
- 8:1ce513eff545
- Child:
- 10:332a4ad5911d
--- a/main.cpp Fri Dec 04 05:56:00 2015 +0000 +++ b/main.cpp Fri Dec 04 06:01:59 2015 +0000 @@ -22,7 +22,7 @@ rightMotor.addToPwm(-corr); - + pc.printf("%f",error); } @@ -32,6 +32,7 @@ rightMotor.setPwm(1.0); leftMotor.setPwm(1.0); + pc.printf("Hello!"); return 0;