Bluetooth Low Energy enabled device with environmental and inertial features, i.e. "Pressure", "Humidity", "Temperature", "Accelerometer", "Gyroscope", and "Magnetometer", plus "Switch" feature, compatible with BlueST Protocol.

Dependencies:   X_NUCLEO_IKS01A2

Fork of Node_BLE_Switch_Device by ST

Bluetooth Low Energy enabled device with environmental and inertial features, i.e. "Pressure", "Humidity", "Temperature", "Accelerometer", "Gyroscope", and "Magnetometer", plus "Switch" feature, compatible with BlueST Protocol.

Committer:
Davidroid
Date:
Mon Aug 06 09:57:49 2018 +0000
Revision:
7:2b5ed57b088c
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 }