BLE heart rate example, with yotta machinations.

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_HeartRate by Bluetooth Low Energy

Revision:
67:50317bbc805f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Fri Jun 26 11:53:48 2015 +0000
@@ -0,0 +1,17 @@
+{
+  "name": "ble-heartrate",
+  "version": "0.0.0",
+  "description": "BLE Heartreate example, building with yotta",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "dependencies": {
+      "mbed-classic": "~0.0.1",
+      "ble": "mbedmicro/BLE_API"
+  },
+  "targetDependencies": {},
+  "bin": "./source"
+}