Heart Rate Monitor example for the BLE

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
mbedAustin
Date:
Fri Feb 24 08:27:14 2017 +0000
Parent:
22:ff9915be9585
Commit message:
comment out LED1 because it has pin conflict on Nucleo F429ZI with BLE IDB5A board

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Feb 17 01:41:39 2017 +0000
+++ b/main.cpp	Fri Feb 24 08:27:14 2017 +0000
@@ -33,7 +33,7 @@
 
 void periodicCallback(void)
 {
-    led1 = !led1; /* Do blinky on LED1 while we're waiting for BLE events */
+    //led1 = !led1; /* Do blinky on LED1 while we're waiting for BLE events */
     /* Note that the periodicCallback() executes in interrupt context, so it is safer to do
      * heavy-weight sensor polling from the main thread. */
     triggerSensorPolling = true;