Demo

Dependents:   A_TeseoLocationNEW A_TeseoLocation

module.json

Committer:
apalmieri
Date:
2019-02-14
Revision:
3:2d568ec8da14
Parent:
0:a77f1f1f8318
Child:
4:9d0addf682f0

File content as of revision 3:2d568ec8da14:

{
  "name": "Teseo-LIV3F",
  "version": "1.0.0",
  "description": "GPSProvider wrapper library for STMicroelectronics' X-NUCLEO-GNSS1A1 Expansion Board.",
  "keywords": [
    "expansion",
    "board",
    "x-nucleo",
    "nucleo",
    "ST",
    "STM",
    "GPS",
    "GNSS"
  ],
  "author": "Andrea Palmieri",
  "repository": {
    "url": "os.mbed.com/teams/ST/code/X_NUCLEO_GNSS1A1/",
    "type": "hg"
  },
  "homepage": "https://os.mbed.com/teams/ST/code/X_NUCLEO_GNSS1A1/",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "dependencies": {
    "mbed-drivers": ">=0.11.3",
    "GPSProvider": "^1.0.0"
  }
}