Send continuous stream to mobile

Dependencies:   MPU9250

Fork of pdiot-ble-notify-array by Andrew Bates

Revision:
0:3fe9d5124576
Child:
1:cd85f873e10d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Tue Jul 26 14:37:15 2016 +0100
@@ -0,0 +1,15 @@
+{
+  "name": "ble-button",
+  "version": "0.0.1",
+  "description": "The *input service template* demonstrates the use of a simple input (boolean values) from a read-only characteristic.",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "bin": "./source",
+  "dependencies": {
+    "ble": "^2.0.0"
+  }
+}