BLE heart rate example, with yotta machinations.

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_HeartRate by Bluetooth Low Energy

module.json

Committer:
jamcro01
Date:
2015-06-26
Revision:
67:50317bbc805f

File content as of revision 67:50317bbc805f:

{
  "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"
}