GPSとXbeeの統合

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
saeichi
Date:
Wed Nov 13 12:14:34 2019 +0000
Parent:
4:88f7837f947f
Commit message:
GPSXbee

Changed in this revision

gps.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 88f7837f947f -r f3b266c917a6 gps.cpp
--- a/gps.cpp	Sun Nov 10 10:41:19 2019 +0000
+++ b/gps.cpp	Wed Nov 13 12:14:34 2019 +0000
@@ -13,7 +13,7 @@
      double distance;
     
     pc.printf("GPS Start\n");
-    
+    xbee.printf("s\n");
      while(1) {
          if(gps.getgps()){
            a = gps.latitude;