nrf52 nrf51 with same code

Dependencies:   CCS811

Fork of MtConnect04S_MtSense02 by MtM+

Committer:
johnathanlyu
Date:
Tue Jun 27 05:18:38 2017 +0000
Revision:
0:4d76c0bc0f78
Initial MtConnect04S with MtSense02 first version

Who changed what in which revision?

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