versionEPUDEE

Dependencies:   BLE_API X_NUCLEO_IDB0XA1_EPUDEE mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
DomCer
Date:
Thu Apr 19 12:10:05 2018 +0000
Parent:
21:0e7c08f5386f
Commit message:
version1 epudee

Changed in this revision

X_NUCLEO_IDB0XA1.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_IDB0XA1.lib	Wed Oct 05 09:16:58 2016 +0000
+++ b/X_NUCLEO_IDB0XA1.lib	Thu Apr 19 12:10:05 2018 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/ST/code/X_NUCLEO_IDB0XA1/#fa98703ece8e
+https://os.mbed.com/users/DomCer/code/X_NUCLEO_IDB0XA1_EPUDEE/#c782053df706
--- a/main.cpp	Wed Oct 05 09:16:58 2016 +0000
+++ b/main.cpp	Thu Apr 19 12:10:05 2018 +0000
@@ -18,7 +18,7 @@
 #include "ble/BLE.h"
 #include "ble/services/HeartRateService.h"
 
-DigitalOut led1(LED1, 1);
+//DigitalOut led1(LED1, 1);
 
 const static char     DEVICE_NAME[]        = "HRM1";
 static const uint16_t uuid16_list[]        = {GattService::UUID_HEART_RATE_SERVICE};
@@ -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;
--- a/mbed.bld	Wed Oct 05 09:16:58 2016 +0000
+++ b/mbed.bld	Thu Apr 19 12:10:05 2018 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/2e9cc70d1897
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/994bdf8177cb
\ No newline at end of file