For educational purposes

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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();