Julesnaps / Mbed 2 deprecated Linefollowproject

Dependencies:   m3pi mbed

Revision:
16:ef72e302c653
Parent:
14:12fb3e326911
Child:
17:3fcc43140382
--- a/main.cpp	Thu Oct 06 12:12:39 2022 +0000
+++ b/main.cpp	Tue Oct 11 10:51:29 2022 +0000
@@ -14,8 +14,8 @@
 
 // Prototypes
 int PitTest(void);   // Test if to robot needs to goto pit 
-void InitialMessages (void); // Prints initial message to the LCD 
-void LED_Control(int ledNumber, int state) //turn ledNumber to 1=on, 0 = off
+void InitialMessages(void); // Prints initial message to the LCD 
+void LED_Control(int ledNumber, int state); //turn ledNumber to 1=on, 0 = off
 
 int main() {