Interactive Alarm Clock Code

Dependencies:   4DGL-uLCD-SE mbed

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