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.
main.cpp
- Committer:
- chris
- Date:
- 2010-11-02
- Revision:
- 1:05bdd0697e72
- Parent:
- 0:93bba564574a
- Child:
- 2:5a329194c74d
File content as of revision 1:05bdd0697e72:
#include "mbed.h" #include "m3pi.h" m3pi m3pi(p8,p9,p10); int main() { pi.locate(0,1); pi.printf("LO World"); wait(5.0); pi.forward(0.5); wait (0.5); pi.left(0.5); wait (0.5); pi.backward(0.5); wait (0.5); pi.right(0.5); wait (0.5); pi.stop(); }