PDIOT Group F project

Dependencies:   MPU9250

Committer:
brano2
Date:
Tue Nov 05 13:54:48 2019 +0000
Revision:
8:ed92317b2c9b
Parent:
0:68da41d2fe5c
Print acceleration at slow rate

Who changed what in which revision?

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