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.
module.json
- Committer:
- mbed_official
- Date:
- 2019-01-14
- Revision:
- 78:f06ac76a8f6d
- Parent:
- 3:6f18b8269d65
File content as of revision 78:f06ac76a8f6d:
{
"name": "ble-button",
"version": "0.0.1",
"description": "The *input service template* demonstrates the use of a simple input (boolean values) from a read-only characteristic.",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"bin": "./source",
"dependencies": {
"ble": "^2.0.0"
}
}