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:
Vincent Coubard
Date:
Tue Jul 26 14:40:25 2016 +0100
Revision:
0:4c8f8bf32a99
Child:
1:9db4d46bb63f
Update example at tag mbed-os-5.0.1-rc1

Who changed what in which revision?

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