Luigi Frunzio
/
BLELedControlButton
assignment
module.json@2:3f5a4729c22b, 2016-07-28 (annotated)
- Committer:
- mbed_official
- Date:
- Thu Jul 28 23:14:52 2016 +0100
- Revision:
- 2:3f5a4729c22b
- Parent:
- 0:86bf1d2040b3
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble
Commit copied from ./src/github.com/ARMmbed/mbed-os-example-ble
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 2:3f5a4729c22b | 1 | { |
mbed_official | 2:3f5a4729c22b | 2 | "name": "ble-ledblinker", |
mbed_official | 2:3f5a4729c22b | 3 | "version": "0.0.1", |
mbed_official | 2:3f5a4729c22b | 4 | "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.", |
mbed_official | 2:3f5a4729c22b | 5 | "licenses": [ |
mbed_official | 2:3f5a4729c22b | 6 | { |
mbed_official | 2:3f5a4729c22b | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
mbed_official | 2:3f5a4729c22b | 8 | "type": "Apache-2.0" |
mbed_official | 2:3f5a4729c22b | 9 | } |
mbed_official | 2:3f5a4729c22b | 10 | ], |
mbed_official | 2:3f5a4729c22b | 11 | "dependencies": { |
mbed_official | 2:3f5a4729c22b | 12 | "ble": "^2.0.0" |
mbed_official | 2:3f5a4729c22b | 13 | }, |
mbed_official | 2:3f5a4729c22b | 14 | "bin": "./source" |
mbed_official | 2:3f5a4729c22b | 15 | } |