Interactive Alarm Clock Code

Dependencies:   4DGL-uLCD-SE mbed

alarmChoice.h

Committer:
tshin7
Date:
2015-12-10
Revision:
0:68a3851de2ee

File content as of revision 0:68a3851de2ee:

#include "mbed.h"
#include <string>
class alarmChoice
{
    public:
        void displayChoice();
        string setGameName();
        int setGame();
};