BLE Beacon 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-Beacon/
Please read the documentation in this page.
module.json
- Committer:
- bcostm
- Date:
- 2017-07-28
- Revision:
- 39:f5e6ffd728d7
- Parent:
- 3:41f6be68aefb
File content as of revision 39:f5e6ffd728d7:
{
"name": "ble-beacon",
"version": "0.0.1",
"description": "BLE iBeacon example, building with yotta",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"dependencies": {
"ble": "^2.0.0"
},
"targetDependencies": {},
"bin": "./source"
}