BLE HearRate example

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-HeartRate/

Please read the documentation in this page.

Committer:
bcostm
Date:
Thu Jul 27 13:04:08 2017 +0200
Revision:
37:ca85d6a68000
Parent:
30:50dc9ff0b329
Add DISCO_L475VG_IOT01A in mbed_app.json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 1:72c60abef7e7 1 {
mbed_official 1:72c60abef7e7 2 "target_overrides": {
mbed_official 1:72c60abef7e7 3 "K64F": {
mbed_official 1:72c60abef7e7 4 "target.features_add": ["BLE"],
mbed_official 30:50dc9ff0b329 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 1:72c60abef7e7 6 },
mbed_official 1:72c60abef7e7 7 "NUCLEO_F401RE": {
mbed_official 1:72c60abef7e7 8 "target.features_add": ["BLE"],
mbed_official 1:72c60abef7e7 9 "target.extra_labels_add": ["ST_BLUENRG"]
bcostm 37:ca85d6a68000 10 },
bcostm 37:ca85d6a68000 11 "DISCO_L475VG_IOT01A": {
bcostm 37:ca85d6a68000 12 "target.features_add": ["BLE"],
bcostm 37:ca85d6a68000 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 1:72c60abef7e7 14 }
mbed_official 1:72c60abef7e7 15 }
mbed_official 1:72c60abef7e7 16 }