Simon Ford
/
Terminal_HelloWorld
Hello World for the Terminal ANSI/VT100 interface library
Revision 1:dae8b7bc926d, committed 2010-11-23
- Comitter:
- simon
- Date:
- Tue Nov 23 16:05:15 2010 +0000
- Parent:
- 0:93888862261d
- Commit message:
- Using the new library system
Changed in this revision
main.cpp | 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 93888862261d -r dae8b7bc926d main.cpp --- a/main.cpp Thu Jun 03 17:13:09 2010 +0000 +++ b/main.cpp Tue Nov 23 16:05:15 2010 +0000 @@ -1,7 +1,6 @@ // simple test for a ANSI/VT100 Terminal, sford #include "mbed.h" - #include "Terminal.h" Terminal term(USBTX, USBRX); // tx, rx
diff -r 93888862261d -r dae8b7bc926d mbed.bld --- a/mbed.bld Thu Jun 03 17:13:09 2010 +0000 +++ b/mbed.bld Tue Nov 23 16:05:15 2010 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/029aa53d7323 +http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e