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

main.cpp

Committer:
DaniusKalv
Date:
2014-06-23
Revision:
1:13c8ce9188f1
Parent:
0:06ac39308380
Child:
2:3cc1e2dec7a2

File content as of revision 1:13c8ce9188f1:

#include "mbed.h"
#include "matrix.h"

int main() {
    matrix("WELCOME!");
}