Final Project files for mBed development.

Dependencies:   m3pi mbed

Revision:
11:a30f30d3066e
Parent:
10:94b068b2ce1d
Child:
12:1aa6b8a74136
--- a/main.c	Sat Nov 15 23:03:06 2014 +0000
+++ b/main.c	Sun Nov 16 05:26:24 2014 +0000
@@ -45,22 +45,6 @@
     //
     // Basic setup information
     start_button.mode(PullUp);
-    
-    pi.locate(0,0);
-    pi.printf("PiCO");
-    pi.locate(0,1);
-    pi.printf("%f mV", pi.battery());
-    wait(.2);
-    while(!start_button) {
-        oled_2 = 1;
-        wait(.2);
-        pi.locate(0,0);
-        pi.printf("Ready");
-        oled_2 = 0;
-    }
-    pi.locate(0,0);
-    pi.printf("GO!");
-    wait(.2);
 
     //
     // Main program loop.