Takeuchi Kouichi
/
Hello_mbed_pc_world
Revision 0:df6007510c3d, committed 2010-08-01
- Comitter:
- takeuchi
- Date:
- Sun Aug 01 11:16:16 2010 +0000
- Commit message:
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 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Sun Aug 01 11:16:16 2010 +0000 @@ -0,0 +1,11 @@ +//Hello mbed pc world! +#include "mbed.h" + +Serial pc(USBTX, USBRX); // tx, rx + +int main() { + while(1){ + pc.printf("Hello mbed pc World!\n"); + } +} +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Sun Aug 01 11:16:16 2010 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da