Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
igarashi50
Date:
Mon Jun 25 09:44:19 2018 +0000
Parent:
1:93fb9c524902
Commit message:
send connected message

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 93fb9c524902 -r 3bda32202d89 main.cpp
--- a/main.cpp	Wed Jun 13 09:32:14 2018 +0000
+++ b/main.cpp	Mon Jun 25 09:44:19 2018 +0000
@@ -22,6 +22,7 @@
 int main()
 {    
     pc.printf("XBee Start\r\n");
+    xbee.printf("XBee Connected\r\n");
     
     while(1) {
         pc.printf("Waiting for data...\r\n");