Bluetooth Low Energy enabled device with "Switch" feature, compatible with BlueST Protocol.

Bluetooth Low Energy enabled device with "Switch" feature, compatible with BlueST Protocol.

Committer:
Davidroid
Date:
Mon Aug 06 09:58:58 2018 +0000
Revision:
6:d00b2e9a016e
Parent:
0:6b34c49b5285
Correct Custom Service UUID

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Davidroid 0:6b34c49b5285 1 {
Davidroid 0:6b34c49b5285 2 "name": "ble-led",
Davidroid 0:6b34c49b5285 3 "version": "0.0.1",
Davidroid 0:6b34c49b5285 4 "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED",
Davidroid 0:6b34c49b5285 5 "licenses": [
Davidroid 0:6b34c49b5285 6 {
Davidroid 0:6b34c49b5285 7 "url": "https://spdx.org/licenses/Apache-2.0",
Davidroid 0:6b34c49b5285 8 "type": "Apache-2.0"
Davidroid 0:6b34c49b5285 9 }
Davidroid 0:6b34c49b5285 10 ],
Davidroid 0:6b34c49b5285 11 "dependencies": {
Davidroid 0:6b34c49b5285 12 "ble": "^2.0.0"
Davidroid 0:6b34c49b5285 13 },
Davidroid 0:6b34c49b5285 14 "targetDependencies": {},
Davidroid 0:6b34c49b5285 15 "bin": "./source"
Davidroid 0:6b34c49b5285 16 }