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.

Revision:
37:ca85d6a68000
Parent:
30:50dc9ff0b329
--- a/mbed_app.json	Wed Jul 19 18:15:24 2017 +0100
+++ b/mbed_app.json	Thu Jul 27 13:04:08 2017 +0200
@@ -7,6 +7,10 @@
         "NUCLEO_F401RE": {
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["ST_BLUENRG"]
+        },
+        "DISCO_L475VG_IOT01A": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG"]
         }
     }
 }