My small ble testing program

Dependencies:   BleSerial Cli ConfigFile MbedJSONValue

Committer:
twixx
Date:
Wed Jan 03 17:08:52 2018 +0000
Revision:
1:d4e23495812a
Parent:
0:1d8829c32cd5
no changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
twixx 0:1d8829c32cd5 1 {
twixx 0:1d8829c32cd5 2 "name": "ble-batterylevel",
twixx 0:1d8829c32cd5 3 "version": "0.0.1",
twixx 0:1d8829c32cd5 4 "description": "An example of creating and updating a simple GATT Service using the BLE_API",
twixx 0:1d8829c32cd5 5 "licenses": [
twixx 0:1d8829c32cd5 6 {
twixx 0:1d8829c32cd5 7 "url": "https://spdx.org/licenses/Apache-2.0",
twixx 0:1d8829c32cd5 8 "type": "Apache-2.0"
twixx 0:1d8829c32cd5 9 }
twixx 0:1d8829c32cd5 10 ],
twixx 0:1d8829c32cd5 11 "dependencies": {
twixx 0:1d8829c32cd5 12 "ble": "^2.0.0"
twixx 0:1d8829c32cd5 13 },
twixx 0:1d8829c32cd5 14 "targetDependencies": {},
twixx 0:1d8829c32cd5 15 "bin": "./source"
twixx 0:1d8829c32cd5 16 }