BLE heart rate example, with yotta machinations.

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_HeartRate by Bluetooth Low Energy

Committer:
jamcro01
Date:
Fri Jun 26 11:53:48 2015 +0000
Revision:
67:50317bbc805f
restructure and fix include paths (now build with both yotta (with patched https://github.com/autopulated/nRF51822) and with the classic build system)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jamcro01 67:50317bbc805f 1 {
jamcro01 67:50317bbc805f 2 "name": "ble-heartrate",
jamcro01 67:50317bbc805f 3 "version": "0.0.0",
jamcro01 67:50317bbc805f 4 "description": "BLE Heartreate example, building with yotta",
jamcro01 67:50317bbc805f 5 "licenses": [
jamcro01 67:50317bbc805f 6 {
jamcro01 67:50317bbc805f 7 "url": "https://spdx.org/licenses/Apache-2.0",
jamcro01 67:50317bbc805f 8 "type": "Apache-2.0"
jamcro01 67:50317bbc805f 9 }
jamcro01 67:50317bbc805f 10 ],
jamcro01 67:50317bbc805f 11 "dependencies": {
jamcro01 67:50317bbc805f 12 "mbed-classic": "~0.0.1",
jamcro01 67:50317bbc805f 13 "ble": "mbedmicro/BLE_API"
jamcro01 67:50317bbc805f 14 },
jamcro01 67:50317bbc805f 15 "targetDependencies": {},
jamcro01 67:50317bbc805f 16 "bin": "./source"
jamcro01 67:50317bbc805f 17 }