XBeeの動作確認プログラム(nucleo用)

Dependencies:   mbed

Revision:
2:3bda32202d89
Parent:
1:93fb9c524902
Child:
3:98846d16792c
--- 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");