gps

Dependents:   adafruit-gps BMC

Revision:
2:90f2232bbdfd
Parent:
1:42f840c832b6
--- a/MBed_Adafruit_GPS.h	Thu Jan 23 18:08:12 2020 +0000
+++ b/MBed_Adafruit_GPS.h	Thu Jan 23 22:25:47 2020 +0000
@@ -110,7 +110,7 @@
   float coordToDegDec(float coord);
   float getDistance(float lat_1, float lon_1, float lat_2, float lon_2);
   float getSteps(float distance, float height);
-  float getAvgSpeed(float distance, int t);
+  double getAvgSpeed(float distance, int t);
   //float getCal(float 
  // float toRadians(float deg);
  private: