Demo

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Revision:
0:a77f1f1f8318
Child:
3:2d568ec8da14
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Fri Nov 09 17:06:11 2018 +0000
@@ -0,0 +1,31 @@
+{
+  "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": "https://github.com/apalmieriGH/Teseo-LIV3F.git",
+    "type": "git"
+  },
+  "homepage": "https://github.com/apalmieriGH/Teseo-LIV3F",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "dependencies": {
+    "mbed-drivers": ">=0.11.3",
+    "GPSProvider": "^1.0.0"
+  }
+}