Tested and connected with nRF Control panel in android device

Committer:
mbed_official
Date:
Thu Sep 19 18:01:32 2019 +0100
Revision:
81:921892507e54
Parent:
2:cc8349878a7d
Merge pull request #249 from apalmieriGH/master

Update readme for BLE_HeartRate and BLE_Thermometer
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:cc8349878a7d 1 {
mbed_official 2:cc8349878a7d 2 "name": "ble-thermometer",
mbed_official 2:cc8349878a7d 3 "version": "0.0.1",
mbed_official 2:cc8349878a7d 4 "description": "This example demonstrates how to use the Health Thermometer Service. The Health Thermometer service reports two pieces of information, Temperature and Sensor Location.",
mbed_official 2:cc8349878a7d 5 "licenses": [
mbed_official 2:cc8349878a7d 6 {
mbed_official 2:cc8349878a7d 7 "url": "https://spdx.org/licenses/Apache-2.0",
mbed_official 2:cc8349878a7d 8 "type": "Apache-2.0"
mbed_official 2:cc8349878a7d 9 }
mbed_official 2:cc8349878a7d 10 ],
mbed_official 2:cc8349878a7d 11 "dependencies": {
mbed_official 2:cc8349878a7d 12 "ble": "^2.0.0"
mbed_official 2:cc8349878a7d 13 },
mbed_official 2:cc8349878a7d 14 "bin": "./source"
mbed_official 2:cc8349878a7d 15 }