LED CUBE TEAM / Mbed 2 deprecated MAtrix

Dependencies:   mbed

Committer:
DaniusKalv
Date:
Mon Jun 23 22:06:26 2014 +0000
Revision:
1:13c8ce9188f1
Parent:
0:06ac39308380
Child:
2:3cc1e2dec7a2
Shows a text, but not a long one

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DaniusKalv 0:06ac39308380 1 #include "mbed.h"
DaniusKalv 0:06ac39308380 2 #include "matrix.h"
DaniusKalv 0:06ac39308380 3
DaniusKalv 0:06ac39308380 4 int main() {
DaniusKalv 1:13c8ce9188f1 5 matrix("WELCOME!");
DaniusKalv 0:06ac39308380 6 }