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: ADT7410 BLE_API TMP102 mbed nRF51822
Fork of BLE_HTM_HRM1017 by
Revision 5:ab8889077be9, committed 2014-09-06
- Comitter:
- todotani
- Date:
- Sat Sep 06 08:06:19 2014 +0000
- Parent:
- 4:07c2b2738d58
- Child:
- 6:c3d9dbadd654
- Commit message:
- BLE_Health_Thermometer; Modified for HRM 1017 and correct DISCONNECT event processing
Changed in this revision
| 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/main.cpp Sat Sep 06 00:45:30 2014 +0000
+++ b/main.cpp Sat Sep 06 08:06:19 2014 +0000
@@ -55,7 +55,7 @@
{
advertisingStateLed = 1;
- DEBUG("Disconnected handle %u!\n\r", handle);
+ DEBUG("Disconnected handle %u, reason %u\n", handle, reason);
DEBUG("Restarting the advertising process\n\r");
ble.startAdvertising();
}
--- a/nRF51822.lib Sat Sep 06 00:45:30 2014 +0000 +++ b/nRF51822.lib Sat Sep 06 08:06:19 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/todotani/code/nRF51822-hrm1017/#eb36b5b876a3 +http://mbed.org/users/todotani/code/nRF51822-060mod/#97823585e091
