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 3:9aab8f5b6508, committed 2015-04-27
- Comitter:
- jkangwi
- Date:
- Mon Apr 27 01:12:28 2015 +0000
- Parent:
- 2:5c83943df240
- Commit message:
- Subsytem only
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5c83943df240 -r 9aab8f5b6508 main.cpp
--- a/main.cpp Fri Apr 24 01:13:41 2015 +0000
+++ b/main.cpp Mon Apr 27 01:12:28 2015 +0000
@@ -27,8 +27,8 @@
sum =sum+data;
}
average= sum/50;
- L.speed(0.2);
- R.speed(0.2);
+ L.speed(0.35);
+ R.speed(-0.35);
printf("%f \n",average);
}