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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 2:c6772c5ab69d
- Parent:
- 1:09a835e6d063
- Child:
- 3:bd4c7eccde17
--- a/main.cpp Tue Jun 02 21:33:00 2020 +0000 +++ b/main.cpp Wed Jun 03 16:04:09 2020 +0000 @@ -36,8 +36,13 @@ { // first need to initialise display lcd.init(); + pad.leds_off(); - while(1) { + while ( pad.start_pressed() == false) { + + pad.led(3,1); // Only Show Green LEDS + pad.led(6,1); // + // Splash Screen Info lcd.clear(); // we need to clear the screen first lcd.printString(" Author ",0,1); @@ -72,4 +77,5 @@ break; //stops the loop } + }