Interactive Alarm Clock Code

Dependencies:   4DGL-uLCD-SE mbed

Revision:
0:68a3851de2ee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/timeDisplay.h	Thu Dec 10 08:59:55 2015 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include <string>
+class timeDisplay
+{
+    public:
+        void setTime();
+        string displayTime();
+};
\ No newline at end of file