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 mbed
Fork of Program3_BLEHeartRate by
Revision 22:ff9915be9585, committed 2017-02-17
- Comitter:
- Maggie17
- Date:
- Fri Feb 17 01:41:39 2017 +0000
- Parent:
- 21:0e7c08f5386f
- Commit message:
- Add D13 definition
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 |
diff -r 0e7c08f5386f -r ff9915be9585 X_NUCLEO_IDB0XA1.lib --- a/X_NUCLEO_IDB0XA1.lib Wed Oct 05 09:16:58 2016 +0000 +++ b/X_NUCLEO_IDB0XA1.lib Fri Feb 17 01:41:39 2017 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/ST/code/X_NUCLEO_IDB0XA1/#fa98703ece8e +https://developer.mbed.org/users/Maggie17/code/X_NUCLEO_IDB0XA1/#1560736ec8dd
diff -r 0e7c08f5386f -r ff9915be9585 main.cpp
--- a/main.cpp Wed Oct 05 09:16:58 2016 +0000
+++ b/main.cpp Fri Feb 17 01:41:39 2017 +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};
