AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Committer:
sillevl
Date:
Sat May 23 17:15:42 2015 +0000
Revision:
13:ece97a1108cc
Child:
14:e0bfee0a5e66
Refactoring and adding GameFactory and Objective concept

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sillevl 13:ece97a1108cc 1
sillevl 13:ece97a1108cc 2 #include "WaitForKeyObjective.h"
sillevl 13:ece97a1108cc 3
sillevl 13:ece97a1108cc 4 void WaitForKeyObjective::run(){
sillevl 13:ece97a1108cc 5 //board->lcd->printf("DummyGame");
sillevl 13:ece97a1108cc 6 //board->lcd->printf("press any key to continue");
sillevl 13:ece97a1108cc 7
sillevl 13:ece97a1108cc 8 // if key is pressed -> complete();
sillevl 13:ece97a1108cc 9 }