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:
module.json
- Committer:
- apalmieri
- Date:
- 2019-02-14
- Revision:
- 4:193bf97d4c5a
- Parent:
- 3:ccd86d6bd3bc
File content as of revision 4:193bf97d4c5a:
{ "name": "GPSProvider", "version": "1.0.0", "description": "An extension of original API (https://os.mbed.com/teams/components/code/GPSProvider/) for working with GPS devices.", "keywords": [ "GPS", "GNSS", "mbed", "mbed-official" ], "author": "Andrea Palmieri", "repository": { "url": "os.mbed.com/teams/ST/code/GPS_Provider/", "type": "hg" }, "homepage": "https://os.mbed.com/teams/ST/code/GPS_Provider/", "licenses": [ { "url": "https://spdx.org/licenses/Apache-2.0", "type": "Apache-2.0" } ], "dependencies": {}, "targetDependencies": { "X-NUCLEO-GNSS1A1": { "X_NUCLEO_GNSS1A1": "^1.0.0" }, "mbed-os": { "mbed-os": "^5.11.4", "compiler-polyfill": "^1.2.1" } } }