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

Please read the documentation in this page.

Committer:
Vincent Coubard
Date:
Tue Jul 26 14:38:37 2016 +0100
Revision:
0:932f719b42d5
Child:
1:d839eae15f56
Update example at tag mbed-os-5.0.1-rc1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 0:932f719b42d5 1 {
Vincent Coubard 0:932f719b42d5 2 "name": "ble-eddystoneobserver",
Vincent Coubard 0:932f719b42d5 3 "version": "0.0.1",
Vincent Coubard 0:932f719b42d5 4 "description": "BLE EddystoneObserver example, building with yotta",
Vincent Coubard 0:932f719b42d5 5 "licenses": [
Vincent Coubard 0:932f719b42d5 6 {
Vincent Coubard 0:932f719b42d5 7 "url": "https://spdx.org/licenses/Apache-2.0",
Vincent Coubard 0:932f719b42d5 8 "type": "Apache-2.0"
Vincent Coubard 0:932f719b42d5 9 }
Vincent Coubard 0:932f719b42d5 10 ],
Vincent Coubard 0:932f719b42d5 11 "dependencies": {
Vincent Coubard 0:932f719b42d5 12 "ble": "^2.0.0"
Vincent Coubard 0:932f719b42d5 13 },
Vincent Coubard 0:932f719b42d5 14 "targetDependencies": {},
Vincent Coubard 0:932f719b42d5 15 "bin": "./source"
Vincent Coubard 0:932f719b42d5 16 }