BLE_Health_Thermometer; based on todotani-san's mod. Libraries are now genuine.

Dependencies:   BLE_API TMP102 mbed nRF51822

Fork of BLE_HTM_HRM1017 by Yoshihiro TSUBOI

Files at this revision

API Documentation at this revision

Comitter:
mbed_tw_hoehoe
Date:
Fri Nov 27 12:31:49 2015 +0000
Parent:
8:f753b4b022a8
Commit message:
commit.

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	Thu Aug 27 15:14:41 2015 +0000
+++ b/BLE_API.lib	Fri Nov 27 12:31:49 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#8d316a3271a8
+http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#c6c50b28ccd2
--- a/main.cpp	Thu Aug 27 15:14:41 2015 +0000
+++ b/main.cpp	Fri Nov 27 12:31:49 2015 +0000
@@ -51,11 +51,11 @@
 
 static Gap::ConnectionParams_t connectionParams;
 
-void disconnectionCallback(Gap::Handle_t handle, Gap::DisconnectionReason_t reason)    // Mod
+void disconnectionCallback(const Gap::DisconnectionCallbackParams_t *params)    // Mod
 {
     advertisingStateLed = 1;
     
-    DEBUG("Disconnected handle %u, reason %u\r\n", handle, reason);
+    DEBUG("Disconnected handle %u, reason %u\r\n", params->handle, params->reason);
     DEBUG("Restarting the advertising process\r\n");
     ble.gap().startAdvertising();
 }
--- a/nRF51822.lib	Thu Aug 27 15:14:41 2015 +0000
+++ b/nRF51822.lib	Fri Nov 27 12:31:49 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#ca9c9c2cfc6a
+http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#1762975cb3cb