BLE Thermometer example

Dependencies:   BSP_B-L475E-IOT01

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-Thermometer/

Please read the documentation in this page.

Committer:
mbed_official
Date:
Thu Jul 28 23:14:56 2016 +0100
Revision:
2:cc8349878a7d
Parent:
0:a27dfda81620
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble


Commit copied from ./src/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 }