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 BLE_BlueNRG mbed
Fork of BLE_HeartRate by
Revision 48:1eb41ad0394e, committed 2014-10-29
- Comitter:
- aaronxu
- Date:
- Wed Oct 29 11:40:36 2014 +0000
- Parent:
- 47:430545f41113
- Commit message:
- Modify for BlueNRG
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BLE_BlueNRG.lib Wed Oct 29 11:40:36 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mridup/code/BLE_BlueNRG/#b0b2d639c0f5
--- a/main.cpp Tue Sep 30 02:14:27 2014 +0000
+++ b/main.cpp Wed Oct 29 11:40:36 2014 +0000
@@ -23,7 +23,7 @@
BLEDevice ble;
DigitalOut led1(LED1);
-const static char DEVICE_NAME[] = "Nordic_HRM";
+const static char DEVICE_NAME[] = "BlueNRG_HRM";
static const uint16_t uuid16_list[] = {GattService::UUID_HEART_RATE_SERVICE,
GattService::UUID_BATTERY_SERVICE,
GattService::UUID_DEVICE_INFORMATION_SERVICE};
--- a/nRF51822.lib Tue Sep 30 02:14:27 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#936d81c963fe
