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@3:ccd86d6bd3bc, 2019-02-14 (annotated)
- Committer:
- apalmieri
- Date:
- Thu Feb 14 11:07:42 2019 +0000
- Revision:
- 3:ccd86d6bd3bc
- Parent:
- 0:0a9c622571d7
- Child:
- 4:193bf97d4c5a
Updates API comments and .json file
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
apalmieri | 0:0a9c622571d7 | 1 | { |
apalmieri | 0:0a9c622571d7 | 2 | "name": "GPSProvider", |
apalmieri | 0:0a9c622571d7 | 3 | "version": "1.0.0", |
apalmieri | 3:ccd86d6bd3bc | 4 | "description": "An extension of original API (https://os.mbed.com/teams/components/code/GPSProvider/) for working with GPS devices.", |
apalmieri | 0:0a9c622571d7 | 5 | "keywords": [ |
apalmieri | 0:0a9c622571d7 | 6 | "GPS", |
apalmieri | 0:0a9c622571d7 | 7 | "GNSS", |
apalmieri | 0:0a9c622571d7 | 8 | "mbed", |
apalmieri | 0:0a9c622571d7 | 9 | "mbed-official" |
apalmieri | 0:0a9c622571d7 | 10 | ], |
apalmieri | 0:0a9c622571d7 | 11 | "author": "Andrea Palmieri", |
apalmieri | 0:0a9c622571d7 | 12 | "repository": { |
apalmieri | 3:ccd86d6bd3bc | 13 | "url": "os.mbed.com/teams/ST/code/GPS_Provider/", |
apalmieri | 3:ccd86d6bd3bc | 14 | "type": "hg" |
apalmieri | 0:0a9c622571d7 | 15 | }, |
apalmieri | 3:ccd86d6bd3bc | 16 | "homepage": "https://os.mbed.com/teams/ST/code/GPS_Provider/", |
apalmieri | 0:0a9c622571d7 | 17 | "licenses": [ |
apalmieri | 0:0a9c622571d7 | 18 | { |
apalmieri | 0:0a9c622571d7 | 19 | "url": "https://spdx.org/licenses/Apache-2.0", |
apalmieri | 0:0a9c622571d7 | 20 | "type": "Apache-2.0" |
apalmieri | 0:0a9c622571d7 | 21 | } |
apalmieri | 0:0a9c622571d7 | 22 | ], |
apalmieri | 0:0a9c622571d7 | 23 | "dependencies": {}, |
apalmieri | 0:0a9c622571d7 | 24 | "targetDependencies": { |
apalmieri | 0:0a9c622571d7 | 25 | "X-NUCLEO-GNSS1A1": { |
apalmieri | 0:0a9c622571d7 | 26 | "Teseo-LIV3F": "^1.0.0" |
apalmieri | 0:0a9c622571d7 | 27 | }, |
apalmieri | 0:0a9c622571d7 | 28 | "mbed-classic": { |
apalmieri | 0:0a9c622571d7 | 29 | "mbed-classic": "~0.0.1" |
apalmieri | 0:0a9c622571d7 | 30 | }, |
apalmieri | 0:0a9c622571d7 | 31 | "mbed-os": { |
apalmieri | 0:0a9c622571d7 | 32 | "mbed-drivers": "*", |
apalmieri | 0:0a9c622571d7 | 33 | "compiler-polyfill": "^1.2.1" |
apalmieri | 0:0a9c622571d7 | 34 | } |
apalmieri | 0:0a9c622571d7 | 35 | } |
apalmieri | 0:0a9c622571d7 | 36 | } |