Bluetooth Low Energy and Stepper Motor enabled device, compatible with the BlueST Protocol.

Dependencies:   X_NUCLEO_IHM01A1

Bluetooth Low Energy and Stepper Motor enabled device, compatible with the BlueST Protocol.

Committer:
Davidroid
Date:
Mon Aug 06 09:59:56 2018 +0000
Revision:
2:b51fb6efcd55
Parent:
0:f87cdc08dcd1
Correct Custom Service UUID

Who changed what in which revision?

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