demo with update made to thread depreciation

Dependencies:   GPS_Provider X_NUCLEO_GNSS1A1

module.json

Committer:
HarryKeane
Date:
2020-01-31
Revision:
4:4e909af6e7b9
Parent:
3:df74e7673460

File content as of revision 4:4e909af6e7b9:

{
  "name": "TeseoLocation",
  "version": "1.0.0",
  "description": " Teseo Location demo for GPSProvider using ST GNSS driver.",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "dependencies": {
    "GPS_Provider": "^1.0.0"
    "X_NUCLEO_GNSS1A1": "^1.0.0"
  },
  "targetDependencies": {},
  "bin": "./source"
}