Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API X_NUCLEO_IDB0XA1_EPUDEE mbed
Fork of BLE_HeartRate_IDB0XA1 by
Revision 22:a40e1a42c35a, committed 2018-04-19
- Comitter:
- DomCer
- Date:
- Thu Apr 19 12:10:05 2018 +0000
- Parent:
- 21:0e7c08f5386f
- Commit message:
- version1 epudee
Changed in this revision
diff -r 0e7c08f5386f -r a40e1a42c35a X_NUCLEO_IDB0XA1.lib --- 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
diff -r 0e7c08f5386f -r a40e1a42c35a main.cpp
--- 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;
diff -r 0e7c08f5386f -r a40e1a42c35a mbed.bld --- 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
