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 matrix_HDSP
Revision 0:5ba7f1cefb36, committed 2011-06-15
- Comitter:
- tonymudd
- Date:
- Wed Jun 15 22:33:07 2011 +0000
- Commit message:
Changed in this revision
diff -r 000000000000 -r 5ba7f1cefb36 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Jun 15 22:33:07 2011 +0000 @@ -0,0 +1,15 @@ +#include "mbed.h" +#include <string> +#include "matrixDisplay.h" + +matrixDisplay *mDisplay; + +int main() +{ + mDisplay = new matrixDisplay(0.5, p19, p20, p10, p11, p12, p13, p14); + mDisplay->setMessage("Antidisestablishmentarianism. "); + wait(20); + mDisplay->setMessage("Hello Lawrence "); + wait(20); + mDisplay->stop(); +}
diff -r 000000000000 -r 5ba7f1cefb36 matrix_HDSP.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/matrix_HDSP.lib Wed Jun 15 22:33:07 2011 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/tonymudd/code/matrix_HDSP/#69eeea586a16
diff -r 000000000000 -r 5ba7f1cefb36 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Jun 15 22:33:07 2011 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/63bcd7ba4912