Kaishu Koike / Mbed 2 deprecated xbee_test

Dependencies:   TextLCD XBee mbed

Files at this revision

API Documentation at this revision

Comitter:
koiexp
Date:
Fri Apr 20 05:23:50 2018 +0000
Commit message:
xbee_test;

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
XBee.lib Show annotated file Show diff for this revision Revisions of this file
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 8e4d5cb13640 TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Fri Apr 20 05:23:50 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/simon/code/TextLCD/#308d188a2d3a
diff -r 000000000000 -r 8e4d5cb13640 XBee.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/XBee.lib	Fri Apr 20 05:23:50 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/okini3939/code/XBee/#b36422ef864f
diff -r 000000000000 -r 8e4d5cb13640 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Apr 20 05:23:50 2018 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+ 
+Serial pc(P7_4, P7_5); // tx, rx
+ 
+int main() {
+    pc.printf("Hello World!");
+    while(1) {
+        pc.putc(pc.getc());
+    }
+}
\ No newline at end of file
diff -r 000000000000 -r 8e4d5cb13640 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Apr 20 05:23:50 2018 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/675da3299148
\ No newline at end of file