first test of NRF51822

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_HeartRate by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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

BLE_API.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
nRF51822.lib Show annotated file Show diff for this revision Revisions of this file
--- 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