Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
main.cpp
- Committer:
- DaniusKalv
- Date:
- 2014-06-25
- Revision:
- 4:de56a118e704
- Parent:
- 3:35a47548d29d
- Child:
- 5:76dd6da3e640
File content as of revision 4:de56a118e704:
#include "mbed.h" #include "matrix.h" #include "text.h" #include "rtos.h" text generator; matrix display(p13, p12, p11, p14, p15, p17, p16); int main() { //generator.generate("LABAS LAURYNUK!"); //while(true){ display.show(); //} //matrix("WELCOME!"); }