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

Please read the documentation in this page.

Committer:
mbed_official
Date:
Thu Jun 15 10:15:26 2017 +0100
Revision:
34:1fe7a0e7c120
Parent:
3:5120491ba317
Child:
41:97bbb1eb43d7
Merge pull request #83 from apalmieriGH/master

Update reference to ST BLUENRG lib
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 3:5120491ba317 1 {
mbed_official 3:5120491ba317 2 "target_overrides": {
mbed_official 3:5120491ba317 3 "K64F": {
mbed_official 3:5120491ba317 4 "target.features_add": ["BLE"],
mbed_official 34:1fe7a0e7c120 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 3:5120491ba317 6 },
mbed_official 3:5120491ba317 7 "NUCLEO_F401RE": {
mbed_official 3:5120491ba317 8 "target.features_add": ["BLE"],
mbed_official 3:5120491ba317 9 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 3:5120491ba317 10 }
mbed_official 3:5120491ba317 11 }
mbed_official 3:5120491ba317 12 }