Luca Mottola
/
IOTAtelier1819-BLELed
BLE example of a write characteristic to control a Led
module.json@2:864ddfb70a9c, 2016-07-28 (annotated)
- Committer:
- mbed_official
- Date:
- Thu Jul 28 23:14:48 2016 +0100
- Revision:
- 2:864ddfb70a9c
- Parent:
- 0:c6a8f2b3efb6
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:864ddfb70a9c | 1 | { |
mbed_official | 2:864ddfb70a9c | 2 | "name": "ble-led", |
mbed_official | 2:864ddfb70a9c | 3 | "version": "0.0.1", |
mbed_official | 2:864ddfb70a9c | 4 | "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED", |
mbed_official | 2:864ddfb70a9c | 5 | "licenses": [ |
mbed_official | 2:864ddfb70a9c | 6 | { |
mbed_official | 2:864ddfb70a9c | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
mbed_official | 2:864ddfb70a9c | 8 | "type": "Apache-2.0" |
mbed_official | 2:864ddfb70a9c | 9 | } |
mbed_official | 2:864ddfb70a9c | 10 | ], |
mbed_official | 2:864ddfb70a9c | 11 | "dependencies": { |
mbed_official | 2:864ddfb70a9c | 12 | "ble": "^2.0.0" |
mbed_official | 2:864ddfb70a9c | 13 | }, |
mbed_official | 2:864ddfb70a9c | 14 | "targetDependencies": {}, |
mbed_official | 2:864ddfb70a9c | 15 | "bin": "./source" |
mbed_official | 2:864ddfb70a9c | 16 | } |