Tony Mudd / Mbed 2 deprecated alpha_message

Dependencies:   mbed matrix_HDSP

Files at this revision

API Documentation at this revision

Comitter:
tonymudd
Date:
Wed Jun 15 22:33:07 2011 +0000
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
matrix_HDSP.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
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