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.
Revision 15:b2f670dc250a, committed 2014-05-20
- Comitter:
- sjmcscheepens
- Date:
- Tue May 20 21:25:09 2014 +0000
- Parent:
- 14:303adb7e1519
- Commit message:
- revision 2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue May 20 20:59:17 2014 +0000 +++ b/main.cpp Tue May 20 21:25:09 2014 +0000 @@ -54,17 +54,17 @@ bool ask_bottle(void) { - + return 1; } int ask_angle(void) { - + return 0; } int ask_distance(void) { - + return 10; } void sm_drive()