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 BLE_HeartRate_IDB0XA1 by
Revision 22:280ae9b2898d, committed 2017-04-10
- Comitter:
- hudikm
- Date:
- Mon Apr 10 17:48:54 2017 +0000
- Parent:
- 21:0e7c08f5386f
- Commit message:
- initial commit
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 280ae9b2898d X_NUCLEO_IDB0XA1.lib --- a/X_NUCLEO_IDB0XA1.lib Wed Oct 05 09:16:58 2016 +0000 +++ b/X_NUCLEO_IDB0XA1.lib Mon Apr 10 17:48:54 2017 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/ST/code/X_NUCLEO_IDB0XA1/#fa98703ece8e +https://developer.mbed.org/users/hudikm/code/X_NUCLEO_IDB0XA1/#eb2f149c9cc4
diff -r 0e7c08f5386f -r 280ae9b2898d main.cpp
--- a/main.cpp Wed Oct 05 09:16:58 2016 +0000
+++ b/main.cpp Mon Apr 10 17:48:54 2017 +0000
@@ -18,7 +18,7 @@
#include "ble/BLE.h"
#include "ble/services/HeartRateService.h"
-DigitalOut led1(LED1, 1);
+DigitalOut led1(LED_RED, 1);
const static char DEVICE_NAME[] = "HRM1";
static const uint16_t uuid16_list[] = {GattService::UUID_HEART_RATE_SERVICE};
