51 52 with same code

Dependencies:   BMA250E BMG160

Committer:
johnathanlyu
Date:
Fri Apr 27 09:56:41 2018 +0000
Revision:
1:b8bbe971b26d
Parent:
0:e71874215e23
51 52 with same code

Who changed what in which revision?

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