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:
Diff: module.json
- Revision:
- 4:193bf97d4c5a
- Parent:
- 3:ccd86d6bd3bc
--- a/module.json Thu Feb 14 11:07:42 2019 +0000 +++ b/module.json Thu Feb 14 11:37:06 2019 +0000 @@ -23,13 +23,10 @@ "dependencies": {}, "targetDependencies": { "X-NUCLEO-GNSS1A1": { - "Teseo-LIV3F": "^1.0.0" - }, - "mbed-classic": { - "mbed-classic": "~0.0.1" + "X_NUCLEO_GNSS1A1": "^1.0.0" }, "mbed-os": { - "mbed-drivers": "*", + "mbed-os": "^5.11.4", "compiler-polyfill": "^1.2.1" } }