Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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:
- mbed_official
- Date:
- 2016-07-28
- Revision:
- 3:f0ed4199b362
- Parent:
- 2:e532bbe3fd8e
File content as of revision 3:f0ed4199b362:
{
"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"
}
}