BLE Beacon 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-Beacon/

Please read the documentation in this page.

Committer:
bcostm
Date:
Fri Jul 28 09:35:58 2017 +0200
Revision:
39:f5e6ffd728d7
Parent:
32:f10243c96229
Add DISCO_L475VG_IOT01A in mbed_app.json

Who changed what in which revision?

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