松橋 邦彦 マツハシ クニヒコ / Mbed 2 deprecated LPC824_test0

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
ishimatsu
Date:
Thu Oct 19 01:07:40 2017 +0000
Commit message:
offline

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 000000000000 -r 60dc772de566 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Oct 19 01:07:40 2017 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+Serial pc(USBTX,USBRX);
+
+int main() {
+    while(1) {
+        pc.printf("Hello World!");
+        
+    }
+}
diff -r 000000000000 -r 60dc772de566 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Oct 19 01:07:40 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/a330f0fddbec
\ No newline at end of file