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:
- 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() {