An extension of original API for working with GPS devices.

Dependents:   A_TeseoLocationNEW A_TeseoLocation TeseoLocation

GPS_Provider Library

A controller-neutral API for working with GPS devices.

Overview

This library is an extension of the original API published on os.mbed.com

Besides the basic geo-location functionality, this extended API includes the following features:

  • Geofencing
  • Odometer
  • Datalogging

Getting started

This GPS API is meant to be used for building projects on os.mbed.com

A good starting point is this page:

TeseoLocation

Revision:
3:ccd86d6bd3bc
Parent:
0:0a9c622571d7
Child:
4:193bf97d4c5a
--- a/module.json	Mon Nov 12 12:56:51 2018 +0000
+++ b/module.json	Thu Feb 14 11:07:42 2019 +0000
@@ -1,7 +1,7 @@
 {
   "name": "GPSProvider",
   "version": "1.0.0",
-  "description": "An extension of original API for working with GPS devices.",
+  "description": "An extension of original API (https://os.mbed.com/teams/components/code/GPSProvider/) for working with GPS devices.",
   "keywords": [
     "GPS",
     "GNSS",
@@ -10,10 +10,10 @@
   ],
   "author": "Andrea Palmieri",
   "repository": {
-    "url": "https://github.com/apalmieriGH/GPSProvider.git",
-    "type": "git"
+    "url": "os.mbed.com/teams/ST/code/GPS_Provider/",
+    "type": "hg"
   },
-  "homepage": "https://os.mbed.com/teams/components/code/GPSProvider/",
+  "homepage": "https://os.mbed.com/teams/ST/code/GPS_Provider/",
   "licenses": [
     {
       "url": "https://spdx.org/licenses/Apache-2.0",