Xbee Uplink

Dependencies:   mbed PowerControl SDFileSystem

Fork of HeptaXbee_Uplink by 智也 大野

Files at this revision

API Documentation at this revision

Comitter:
MEXT1
Date:
Wed Dec 14 16:09:56 2016 +0000
Parent:
2:1bdae7d5814e
Commit message:
Xbee Uplink

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Dec 13 10:58:51 2016 +0000
+++ b/main.cpp	Wed Dec 14 16:09:56 2016 +0000
@@ -16,7 +16,7 @@
         if(cmdflag==1){
            if(rcmd=='a'){
              pc.printf("Command Get\r\n");
-             xbee.printf("HEPTA Uplink OK\r");
+             xbee.printf("HEPTA Uplink OK\r\n");
            }
         xbee.initialize();
         }