Luca Mottola
/
IOTAtelier1819-BLELed
BLE example of a write characteristic to control a Led
module.json
- Committer:
- lmottola
- Date:
- 2018-11-16
- Revision:
- 72:0ec27f82fe6d
- Parent:
- 2:864ddfb70a9c
File content as of revision 72:0ec27f82fe6d:
{ "name": "ble-led", "version": "0.0.1", "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED", "licenses": [ { "url": "https://spdx.org/licenses/Apache-2.0", "type": "Apache-2.0" } ], "dependencies": { "ble": "^2.0.0" }, "targetDependencies": {}, "bin": "./source" }