Julesnaps / Mbed 2 deprecated Linefollowproject

Dependencies:   m3pi mbed

Revision:
46:62e8b4c1bea0
Parent:
44:6d370466a582
Child:
48:dc6ac1715e31
--- a/main.cpp	Wed Oct 12 07:37:23 2022 +0000
+++ b/main.cpp	Wed Oct 12 07:46:44 2022 +0000
@@ -29,7 +29,6 @@
 #define PITLOGPATH "/local/pitlog.txt"
 #define VOLTAGELOGPATH "/local/voltage.txt"
 
-
 // Prototypes
 int PitTest(void);   // Test if to robot needs to goto pit 
 void InitialMessages(void); // Prints initial message to the LCD 
@@ -130,9 +129,7 @@
 
 void InitialMessages(void){
     /*Prints iniatl secret mission*/
-    
-    
-    
+  
     m3pi.cls();
     m3pi.locate(0,0);
     m3pi.printf("DESTROY");