52 51 with same code

Dependencies:   BMP280 MtSense01 SHT2X

Fork of MtConnect04S_MtSense01 by MtM+

Committer:
johnathanlyu
Date:
Mon May 22 08:54:56 2017 +0000
Revision:
0:6eacca6939a9
Child:
3:3957bdf33fb7
init

Who changed what in which revision?

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