AirsoftTimer software based on mbed
Dependencies: mbed TextLCD keypad
Diff: objectives/WaitForKeyObjective.cpp
- Revision:
- 27:f29805113454
- Parent:
- 25:a26b2ec5ab72
--- a/objectives/WaitForKeyObjective.cpp Mon May 25 20:53:28 2015 +0000
+++ b/objectives/WaitForKeyObjective.cpp Thu Feb 09 12:28:56 2017 +0000
@@ -7,10 +7,7 @@
}
void WaitForKeyObjective::run(){
- lcd->cls();
- lcd->printf("press any key");
- lcd->locate(0,1);
- lcd->printf("to continue...");
+
//wait until completed
while(getStatus() != COMPLETED){}
