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:
- 2017-05-10
- Revision:
- 29:628273dfb8f8
- Parent:
- 2:3f5a4729c22b
File content as of revision 29:628273dfb8f8:
{
"name": "ble-ledblinker",
"version": "0.0.1",
"description": "An initial demo showcasing the GattClient APIs. Drives an LED service exported by a BLE_LED peripheral. Shows scanning, connections, service-discovery, and reads/writes.",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"dependencies": {
"ble": "^2.0.0"
},
"bin": "./source"
}