Heart Rate Monitor example for the BLE
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 |
--- 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
--- 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};