This is a fork of mbed-os-example-ble-HeartRate maintained for Sequana compatibility. This application transmits a heart rate value using the Bluetooth SIG Heart Rate Profile. The heart rate value is provided by the application itself, not by a sensor, so that you don't have to get a sensor just to run the example. The canonical source for this example lives at https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_HeartRate

Committer:
lru
Date:
Tue Feb 12 14:03:29 2019 +0000
Revision:
0:b283842072f8
Initial version.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lru 0:b283842072f8 1 {
lru 0:b283842072f8 2 "name": "ble-heartrate",
lru 0:b283842072f8 3 "version": "0.0.1",
lru 0:b283842072f8 4 "description": "BLE Heartreate example, building with yotta",
lru 0:b283842072f8 5 "licenses": [
lru 0:b283842072f8 6 {
lru 0:b283842072f8 7 "url": "https://spdx.org/licenses/Apache-2.0",
lru 0:b283842072f8 8 "type": "Apache-2.0"
lru 0:b283842072f8 9 }
lru 0:b283842072f8 10 ],
lru 0:b283842072f8 11 "dependencies": {
lru 0:b283842072f8 12 "ble": "^2.0.0"
lru 0:b283842072f8 13 },
lru 0:b283842072f8 14 "targetDependencies": {},
lru 0:b283842072f8 15 "bin": "./source"
lru 0:b283842072f8 16 }