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 6:3231ebaf9065, committed 2015-11-25
- Comitter:
- vittoleandro
- Date:
- Wed Nov 25 15:14:48 2015 +0000
- Parent:
- 5:9cbe05641210
- Commit message:
- test
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Nov 20 16:25:37 2015 +0000
+++ b/main.cpp Wed Nov 25 15:14:48 2015 +0000
@@ -25,7 +25,8 @@
const static char DEVICE_NAME[] = "HRM1";
static const uint16_t uuid16_list[] = {GattService::UUID_HEART_RATE_SERVICE,
- GattService::UUID_DEVICE_INFORMATION_SERVICE};
+ GattService::UUID_DEVICE_INFORMATION_SERVICE
+ };
static volatile bool triggerSensorPolling = false;
void disconnectionCallback(const Gap::DisconnectionCallbackParams_t *params)
