cycle speed and cadence service

Dependencies:   BLE_API mbed nRF51822

Fork of Bluetooth_Heart_Rate_Monitor_dummy by Icarus Sensors

Revision:
60:9fd2b0b43718
Parent:
56:83623419d5e4
Child:
61:16f888838853
--- a/main.cpp	Thu Apr 30 07:59:38 2015 +0000
+++ b/main.cpp	Sun May 03 07:05:17 2015 +0000
@@ -28,7 +28,7 @@
 BLEDevice  ble;
 DigitalOut led1(LED1);
 
-const static char     DEVICE_NAME[]        = "HRM1";
+const static char     DEVICE_NAME[]        = "ST HRM2";
 static const uint16_t uuid16_list[]        = {GattService::UUID_HEART_RATE_SERVICE,
                                               GattService::UUID_DEVICE_INFORMATION_SERVICE};
 static volatile bool  triggerSensorPolling = false;