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 Jun 15 10:15:49 2017 +0100
Revision:
31:8bed94c61fcb
Parent:
2:cc8349878a7d
Child:
38:c583b8792cb5
Merge pull request #83 from apalmieriGH/master

Update reference to ST BLUENRG lib
.
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 "target_overrides": {
mbed_official 2:cc8349878a7d 3 "K64F": {
mbed_official 2:cc8349878a7d 4 "target.features_add": ["BLE"],
mbed_official 31:8bed94c61fcb 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:cc8349878a7d 6 },
mbed_official 2:cc8349878a7d 7 "NUCLEO_F401RE": {
mbed_official 2:cc8349878a7d 8 "target.features_add": ["BLE"],
mbed_official 2:cc8349878a7d 9 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:cc8349878a7d 10 }
mbed_official 2:cc8349878a7d 11 }
mbed_official 2:cc8349878a7d 12 }