BLE BatteryLevel example

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

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

Please read the documentation in this page.

Committer:
bcostm
Date:
Wed Jul 26 09:21:48 2017 +0200
Revision:
40:4ee97a41bc55
Parent:
33:569fa15b1a6a
Add DISCO_L475VG_IOT01A in mbed_app.json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 4:52bffaff7f0b 1 {
mbed_official 4:52bffaff7f0b 2 "target_overrides": {
mbed_official 4:52bffaff7f0b 3 "K64F": {
mbed_official 4:52bffaff7f0b 4 "target.features_add": ["BLE"],
mbed_official 33:569fa15b1a6a 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 4:52bffaff7f0b 6 },
mbed_official 4:52bffaff7f0b 7 "NUCLEO_F401RE": {
mbed_official 4:52bffaff7f0b 8 "target.features_add": ["BLE"],
mbed_official 4:52bffaff7f0b 9 "target.extra_labels_add": ["ST_BLUENRG"]
bcostm 40:4ee97a41bc55 10 },
bcostm 40:4ee97a41bc55 11 "DISCO_L475VG_IOT01A": {
bcostm 40:4ee97a41bc55 12 "target.features_add": ["BLE"],
bcostm 40:4ee97a41bc55 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 4:52bffaff7f0b 14 }
mbed_official 4:52bffaff7f0b 15 }
mbed_official 4:52bffaff7f0b 16 }