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 Jul 28 23:14:36 2016 +0100
Revision:
1:9db4d46bb63f
Parent:
0:4c8f8bf32a99
Child:
2:9ee673e0b86a
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble


Commit copied from ./src/github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

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