Heart Rate Monitor example for the BLE

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
22:ff9915be9585
Parent:
21:0e7c08f5386f
Child:
23:49dd3b88d910
--- a/main.cpp	Wed Oct 05 09:16:58 2016 +0000
+++ b/main.cpp	Fri Feb 17 01:41:39 2017 +0000
@@ -18,7 +18,7 @@
 #include "ble/BLE.h"
 #include "ble/services/HeartRateService.h"
 
-DigitalOut led1(LED1, 1);
+//DigitalOut led1(LED1, 1);
 
 const static char     DEVICE_NAME[]        = "HRM1";
 static const uint16_t uuid16_list[]        = {GattService::UUID_HEART_RATE_SERVICE};