Interactive Alarm Clock Code

Dependencies:   4DGL-uLCD-SE mbed

Committer:
tshin7
Date:
Thu Dec 10 08:59:55 2015 +0000
Revision:
0:68a3851de2ee
Alarm Clock

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tshin7 0:68a3851de2ee 1 #include "mbed.h"
tshin7 0:68a3851de2ee 2 #include <string>
tshin7 0:68a3851de2ee 3 class alarmChoice
tshin7 0:68a3851de2ee 4 {
tshin7 0:68a3851de2ee 5 public:
tshin7 0:68a3851de2ee 6 void displayChoice();
tshin7 0:68a3851de2ee 7 string setGameName();
tshin7 0:68a3851de2ee 8 int setGame();
tshin7 0:68a3851de2ee 9 };