BLE LED control 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-LED/

Please read the documentation in this page.

Committer:
bcostm
Date:
Wed Jul 26 14:47:11 2017 +0200
Revision:
38:4bdc241ba9a6
Parent:
31:1a8e0f5fd8de
Add DISCO_L475VG_IOT01A in mbed_app.json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:864ddfb70a9c 1 {
mbed_official 2:864ddfb70a9c 2 "target_overrides": {
mbed_official 2:864ddfb70a9c 3 "K64F": {
mbed_official 2:864ddfb70a9c 4 "target.features_add": ["BLE"],
mbed_official 31:1a8e0f5fd8de 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:864ddfb70a9c 6 },
mbed_official 2:864ddfb70a9c 7 "NUCLEO_F401RE": {
mbed_official 2:864ddfb70a9c 8 "target.features_add": ["BLE"],
mbed_official 2:864ddfb70a9c 9 "target.extra_labels_add": ["ST_BLUENRG"]
bcostm 38:4bdc241ba9a6 10 },
bcostm 38:4bdc241ba9a6 11 "DISCO_L475VG_IOT01A": {
bcostm 38:4bdc241ba9a6 12 "target.features_add": ["BLE"],
bcostm 38:4bdc241ba9a6 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:864ddfb70a9c 14 }
mbed_official 2:864ddfb70a9c 15 }
mbed_official 2:864ddfb70a9c 16 }