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

README.md

Committer:
apalmieri
Date:
2019-02-14
Revision:
4:193bf97d4c5a
Parent:
2:eed514185900

File content as of revision 4:193bf97d4c5a:

# GPS_Provider

A controller-neutral API for working with GPS devices.

## Overview

This library is an extension of the original [API](https://os.mbed.com/teams/components/code/GPSProvider) published on [os.mbed.com](https://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](https://os.mbed.com)

A good starting point is this page:

[TeseoLocation](https://os.mbed.com/teams/ST/code/TeseoLocation/)