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

Files at this revision

API Documentation at this revision

Comitter:
Bobty
Date:
Mon Sep 29 14:39:15 2014 +0000
Parent:
2:7de236382497
Child:
4:da9077b096ec
Commit message:
Still crashes even though update no longer called

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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();
         }