Test using the base BLE_HeartRate example to see the effect of increasing the "ticker" rate on stability (intending to do AnalogIn around 1ms rate)

Dependencies:   BLE_API mbed nRF51822

Revision:
3:0fc7c2d73a24
Parent:
2:7de236382497
Child:
4:da9077b096ec
--- a/main.cpp	Mon Sep 29 12:48:15 2014 +0000
+++ b/main.cpp	Mon Sep 29 14:39:15 2014 +0000
@@ -112,7 +112,7 @@
             }
 
             indicatorLed2 = !indicatorLed2;
-            hrService.updateHeartRate(hrmCounter);
+            //hrService.updateHeartRate(hrmCounter);
         } else {
             ble.waitForEvent();
         }