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:
Fri Jul 29 22:45:40 2016 +0100
Revision:
3:5120491ba317
Parent:
2:9ee673e0b86a
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble


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 "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 }