cycle speed and cadence service

Dependencies:   BLE_API mbed nRF51822

Fork of Bluetooth_Heart_Rate_Monitor_dummy by Icarus Sensors

Revision:
68:bff4ebcb9f12
Parent:
65:7f84fa8c59ac
--- a/main.cpp	Fri May 08 06:40:28 2015 +0000
+++ b/main.cpp	Fri May 08 09:15:15 2015 +0000
@@ -95,7 +95,7 @@
 
     
     
-    CycleSpeedCadenceService speedService(ble, wheelCounter,wheelEvent,crankCounter,crankEvent, CycleSpeedCadenceService::LOCATION_REAR_DROPOUT);
+    CycleSpeedCadenceService speedService(ble, wheelCounter,wheelEvent,crankCounter,crankEvent, CycleSpeedCadenceService::LOCATION_CHAINSTAY);
 
     /* Setup auxiliary service. */
     DeviceInformationService deviceInfo(ble, "ARM", "Model1", "SN1", "hw-rev1", "fw-rev1", "soft-rev1");