Heart Rate Monitor example for the BLE

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
23:49dd3b88d910
Parent:
22:ff9915be9585
--- a/main.cpp	Fri Feb 17 01:41:39 2017 +0000
+++ b/main.cpp	Fri Feb 24 08:27:14 2017 +0000
@@ -33,7 +33,7 @@
 
 void periodicCallback(void)
 {
-    led1 = !led1; /* Do blinky on LED1 while we're waiting for BLE events */
+    //led1 = !led1; /* Do blinky on LED1 while we're waiting for BLE events */
     /* Note that the periodicCallback() executes in interrupt context, so it is safer to do
      * heavy-weight sensor polling from the main thread. */
     triggerSensorPolling = true;