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:
bcostm
Date:
Fri Jul 28 10:07:05 2017 +0200
Revision:
41:97bbb1eb43d7
Parent:
3:5120491ba317
Add DISCO_L475VG_IOT01A in mbed_app.json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 3:5120491ba317 1 {
mbed_official 3:5120491ba317 2 "name": "ble-eddystoneservice",
mbed_official 3:5120491ba317 3 "version": "0.0.1",
mbed_official 3:5120491ba317 4 "description": "This example demonstrates how to set up and initialize a Eddystone Beacon.",
mbed_official 3:5120491ba317 5 "licenses": [
mbed_official 3:5120491ba317 6 {
mbed_official 3:5120491ba317 7 "url": "https://spdx.org/licenses/Apache-2.0",
mbed_official 3:5120491ba317 8 "type": "Apache-2.0"
mbed_official 3:5120491ba317 9 }
mbed_official 3:5120491ba317 10 ],
mbed_official 3:5120491ba317 11 "dependencies": {
mbed_official 3:5120491ba317 12 "ble": "^2.0.0"
mbed_official 3:5120491ba317 13 },
mbed_official 3:5120491ba317 14 "targetDependencies": {},
mbed_official 3:5120491ba317 15 "bin": "./source"
mbed_official 3:5120491ba317 16 }