BLE LED Blinker 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-LEDBlinker/

Please read the documentation in this page.

Committer:
bcostm
Date:
Thu Jul 27 14:54:24 2017 +0200
Revision:
39:65d3756866f3
Parent:
32:976ba5aad0c1
Add DISCO_L475VG_IOT01A in mbed_app.json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:3f5a4729c22b 1 {
mbed_official 2:3f5a4729c22b 2 "target_overrides": {
mbed_official 2:3f5a4729c22b 3 "K64F": {
mbed_official 2:3f5a4729c22b 4 "target.features_add": ["BLE"],
mbed_official 32:976ba5aad0c1 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:3f5a4729c22b 6 },
mbed_official 2:3f5a4729c22b 7 "NUCLEO_F401RE": {
mbed_official 2:3f5a4729c22b 8 "target.features_add": ["BLE"],
mbed_official 2:3f5a4729c22b 9 "target.extra_labels_add": ["ST_BLUENRG"]
bcostm 39:65d3756866f3 10 },
bcostm 39:65d3756866f3 11 "DISCO_L475VG_IOT01A": {
bcostm 39:65d3756866f3 12 "target.features_add": ["BLE"],
bcostm 39:65d3756866f3 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:3f5a4729c22b 14 }
mbed_official 2:3f5a4729c22b 15 }
mbed_official 2:3f5a4729c22b 16 }