Demo

Dependents:   A_TeseoLocationNEW A_TeseoLocation

module.json

Committer:
HarryKeane
Date:
2020-01-31
Revision:
5:d91199cfc6a4
Parent:
4:9d0addf682f0

File content as of revision 5:d91199cfc6a4:

{
  "name": "X_NUCLEO_GNSS1A1",
  "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-os": "^5.11.4",
    "GPS_Provider": "^1.0.0"
  }
}