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:
12:a8364a98c38c
Parent:
10:ee58d712c7fb
Child:
13:96590015edd8
--- a/main.cpp	Sun Nov 02 18:15:48 2014 +0000
+++ b/main.cpp	Mon Nov 03 09:40:51 2014 +0000
@@ -13,6 +13,7 @@
 static uint8_t interrupt_flag = 0;
 int realTime;
 void receive();
+int test;
 
 int main() {
     static bool m_mode;