BLE GAP Button 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-GAPButton/
Please read the documentation in this page.
module.json
- Committer:
- bcostm
- Date:
- 2017-07-27
- Revision:
- 41:0442d1e1f479
- Parent:
- 3:f0ed4199b362
File content as of revision 41:0442d1e1f479:
{
"name": "ble-gapbutton",
"version": "0.0.1",
"bin": "./source",
"description": "BLE button that uses gap advertisement to broadcast its state.",
"author": "Liyou Zhou",
"license": "Apache-2.0",
"dependencies": {
"mbed-drivers": "*",
"ble": "^2.0.0"
}
}