czxc

Revision:
0:103bac868627
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Wed Oct 11 13:17:33 2017 +0000
@@ -0,0 +1,25 @@
+{
+  "name": "example-mbedos-blinky",
+  "version": "1.0.0",
+  "description": "simple example program to blink an LED on an mbed board with mbed OS",
+  "keywords": [
+    "blinky",
+    "mbed OS",
+    "getting started",
+    "mbed",
+    "mbed-official"
+  ],
+  "author": "mbedAustin",
+  "homepage": "http://github.com/ARMmbed/example-mbedos-blinky",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "dependencies": {
+    "mbed-drivers": "*"
+  },
+  "targetDependencies": {},
+  "bin": "./source"
+}