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 mbed nRF51822
Fork of BLE_HeartRate by
Diff: main.cpp
- Revision:
- 60:9fd2b0b43718
- Parent:
- 56:83623419d5e4
diff -r b32d42836762 -r 9fd2b0b43718 main.cpp --- a/main.cpp Thu Apr 30 07:59:38 2015 +0000 +++ b/main.cpp Sun May 03 07:05:17 2015 +0000 @@ -28,7 +28,7 @@ BLEDevice ble; DigitalOut led1(LED1); -const static char DEVICE_NAME[] = "HRM1"; +const static char DEVICE_NAME[] = "ST HRM2"; static const uint16_t uuid16_list[] = {GattService::UUID_HEART_RATE_SERVICE, GattService::UUID_DEVICE_INFORMATION_SERVICE}; static volatile bool triggerSensorPolling = false;