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
Revision 9:554af3c63d0c, committed 2015-11-27
- Comitter:
- mbed_tw_hoehoe
- Date:
- Fri Nov 27 12:31:49 2015 +0000
- Parent:
- 8:f753b4b022a8
- Commit message:
- commit.
Changed in this revision
diff -r f753b4b022a8 -r 554af3c63d0c BLE_API.lib --- 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
diff -r f753b4b022a8 -r 554af3c63d0c main.cpp --- 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(); }
diff -r f753b4b022a8 -r 554af3c63d0c nRF51822.lib --- 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