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: mbed
Revision 1:414699543271, committed 2014-03-26
- Comitter:
- alexGimson
- Date:
- Wed Mar 26 01:24:26 2014 +0000
- Parent:
- 0:7116cced0ada
- Commit message:
- hey
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 26 01:16:35 2014 +0000 +++ b/main.cpp Wed Mar 26 01:24:26 2014 +0000 @@ -15,9 +15,14 @@ wait(5.0); m3pi.stop(); wait(0.5); + m3pi.cls(); + m3pi.putc('h'); + m3pi.putc('e'); + m3pi.putc('y'); m3pi.left_motor(0.65); //foward at full speed m3pi.right_motor(0.28); - wait(5.0); //wait one second + wait(5.0); + //wait one second m3pi.stop();