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.
Diff: main.cpp
- Revision:
- 46:62e8b4c1bea0
- Parent:
- 44:6d370466a582
- Child:
- 48:dc6ac1715e31
diff -r 6d370466a582 -r 62e8b4c1bea0 main.cpp --- 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");