AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

objectives/WaitForKeyObjective.cpp

Committer:
sillevl
Date:
2015-05-23
Revision:
14:e0bfee0a5e66
Parent:
13:ece97a1108cc
Child:
15:78116b7254d5

File content as of revision 14:e0bfee0a5e66:


#include "WaitForKeyObjective.h"

WaitForKeyObjective::WaitForKeyObjective(Game* game) : Objective(game){
    
}

void WaitForKeyObjective::run(){  
    //board->lcd->printf("DummyGame");
    lcd->printf("press any key to continue");  
    
    // if key is pressed -> complete();
}