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:
README.md@0:0a9c622571d7, 2018-11-09 (annotated)
- Committer:
- apalmieri
- Date:
- Fri Nov 09 17:09:12 2018 +0000
- Revision:
- 0:0a9c622571d7
- Child:
- 1:dc31cf62f119
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
apalmieri | 0:0a9c622571d7 | 1 | # GPSProvider |
apalmieri | 0:0a9c622571d7 | 2 | |
apalmieri | 0:0a9c622571d7 | 3 | A controller-neutral API for working with GPS devices. |
apalmieri | 0:0a9c622571d7 | 4 | |
apalmieri | 0:0a9c622571d7 | 5 | ## Overview |
apalmieri | 0:0a9c622571d7 | 6 | |
apalmieri | 0:0a9c622571d7 | 7 | This Github repo contains an extension of the original [API](https://os.mbed.com/teams/components/code/GPSProvider) published on [os.mbed.com](https://os.mbed.com) |
apalmieri | 0:0a9c622571d7 | 8 | |
apalmieri | 0:0a9c622571d7 | 9 | Besides the basic geo-location functionality, this extended API includes the following features: |
apalmieri | 0:0a9c622571d7 | 10 | * Geofencing |
apalmieri | 0:0a9c622571d7 | 11 | * Odometer |
apalmieri | 0:0a9c622571d7 | 12 | * Datalogging |
apalmieri | 0:0a9c622571d7 | 13 | |
apalmieri | 0:0a9c622571d7 | 14 | ## Getting started |
apalmieri | 0:0a9c622571d7 | 15 | This GPS API is meant to be used for building projects on [os.mbed.com](https://os.mbed.com) |
apalmieri | 0:0a9c622571d7 | 16 | |
apalmieri | 0:0a9c622571d7 | 17 | A good starting point is this page: |
apalmieri | 0:0a9c622571d7 | 18 | |
apalmieri | 0:0a9c622571d7 | 19 | [TeseoLocation](https://github.com/apalmieriGH/TeseoLocation) |