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:
- 80:dd2134edd58b
- Parent:
- 79:9d46b0d532e1
- Child:
- 81:a7a44a0944b5
--- a/main.cpp Tue Oct 25 09:22:42 2022 +0000 +++ b/main.cpp Tue Oct 25 09:24:01 2022 +0000 @@ -377,19 +377,3 @@ return result; } - -void LED_Control(int ledNumber, int state){ - //LED1 on if robot is looking for pit - if ledNumber == 1{ - DigitalOut led1(state); - } - if ledNumber == 2{ - DigitalOut led1(state); - } - if ledNumber == 3{ - DigitalOut led1(state); - } - if ledNumber == 4{ - DigitalOut led1(state); - } -} \ No newline at end of file