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:6a490ad8cb46, committed 2016-05-24
- Comitter:
- hollegha2
- Date:
- Tue May 24 11:41:26 2016 +0000
- Parent:
- 2:d24a3d2438a4
- Child:
- 4:4b71af20b3b7
- Commit message:
- add motors
Changed in this revision
| BertlTemplate.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/BertlTemplate.cpp Mon Feb 22 10:55:46 2016 +0000
+++ b/BertlTemplate.cpp Tue May 24 11:41:26 2016 +0000
@@ -16,6 +16,7 @@
while(1)
{
+ mL.SetPow(0.2); mR.SetPow(0.2);
}
return 1;