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:
bcostm
Date:
Wed Jul 26 08:10:04 2017 +0000
Revision:
39:ac224f69256b
Parent:
38:c583b8792cb5
Add reading of board temp sensor

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"]
bcostm 38:c583b8792cb5 10 },
bcostm 38:c583b8792cb5 11 "DISCO_L475VG_IOT01A": {
bcostm 38:c583b8792cb5 12 "target.features_add": ["BLE"],
bcostm 38:c583b8792cb5 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:cc8349878a7d 14 }
mbed_official 2:cc8349878a7d 15 }
mbed_official 2:cc8349878a7d 16 }