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:
5:76dd6da3e640
Parent:
3:35a47548d29d
Child:
6:76b89d8b62a0
--- a/text.cpp	Wed Jun 25 19:35:13 2014 +0000
+++ b/text.cpp	Wed Jul 30 10:28:47 2014 +0000
@@ -331,6 +331,7 @@
             };
             memcpy(temp, v, sizeof(v));
             break;
+        //case 'Y'
         case 'Z':
             letSize = 4;
             int z[8][8] = {