Blue LED matrix (8x16) program. Gets text string through bluetooth and displays it on led matrix. Also has a clock function- get system time from a phone through bluetooth and enters clock mode. In clock mode it acts as a clock showing hours and minutes and blinking led every second. Clock mode can be broken if a text string is received through bluetooth.

Dependencies:   mbed

Revision:
4:de56a118e704
Parent:
3:35a47548d29d
Child:
5:76dd6da3e640
--- a/main.cpp	Wed Jun 25 19:29:39 2014 +0000
+++ b/main.cpp	Wed Jun 25 19:35:13 2014 +0000
@@ -7,9 +7,9 @@
 matrix display(p13, p12, p11, p14, p15, p17, p16);
 
 int main() {
-    generator.generate("LABAS LAURYNUK!");
-    while(true){
+    //generator.generate("LABAS LAURYNUK!");
+    //while(true){
         display.show();
-    }
+    //}
     //matrix("WELCOME!");
 }
\ No newline at end of file