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 X_NUCLEO_IDB0XA1
Fork of BLE_HeartRate by
Revision 74:c9d58e7847c4, committed 2015-11-03
- Comitter:
- rgrover1
- Date:
- Tue Nov 03 13:23:36 2015 +0000
- Parent:
- 73:49b6090478e2
- Child:
- 75:8128a06c0a21
- Commit message:
- update to the latest of underlying ilbraries.
Changed in this revision
--- a/BLE_API.lib Mon Nov 02 10:11:26 2015 +0000 +++ b/BLE_API.lib Tue Nov 03 13:23:36 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#b099c28e8e28 +http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#a097e1be76f4
--- a/main.cpp Mon Nov 02 10:11:26 2015 +0000
+++ b/main.cpp Tue Nov 03 13:23:36 2015 +0000
@@ -46,8 +46,11 @@
triggerSensorPolling = true;
}
-void bleInitComplete(BLE &ble, ble_error_t error)
+void bleInitComplete(BLE::InitializationCompleteCallbackContext *params)
{
+ BLE &ble = params->ble;
+ ble_error_t error = params->error;
+
if (error != BLE_ERROR_NONE) {
return;
}
--- a/nRF51822.lib Mon Nov 02 10:11:26 2015 +0000 +++ b/nRF51822.lib Tue Nov 03 13:23:36 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#9ff3e688014b +http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#bf85bf7e73d5
