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:
1:13c8ce9188f1
Parent:
0:06ac39308380
Child:
2:3cc1e2dec7a2
--- a/main.cpp	Mon Apr 07 18:41:42 2014 +0000
+++ b/main.cpp	Mon Jun 23 22:06:26 2014 +0000
@@ -2,5 +2,5 @@
 #include "matrix.h"
 
 int main() {
-    matrix("LABAS LAURI");
+    matrix("WELCOME!");
 }
\ No newline at end of file