Send continuous stream to mobile

Dependencies:   MPU9250

Fork of pdiot-ble-notify-array by Andrew Bates

Committer:
Vincent Coubard
Date:
Tue Jul 26 14:37:15 2016 +0100
Revision:
0:3fe9d5124576
Child:
1:cd85f873e10d
Update example at tag mbed-os-5.0.1-rc1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 0:3fe9d5124576 1 {
Vincent Coubard 0:3fe9d5124576 2 "name": "ble-button",
Vincent Coubard 0:3fe9d5124576 3 "version": "0.0.1",
Vincent Coubard 0:3fe9d5124576 4 "description": "The *input service template* demonstrates the use of a simple input (boolean values) from a read-only characteristic.",
Vincent Coubard 0:3fe9d5124576 5 "licenses": [
Vincent Coubard 0:3fe9d5124576 6 {
Vincent Coubard 0:3fe9d5124576 7 "url": "https://spdx.org/licenses/Apache-2.0",
Vincent Coubard 0:3fe9d5124576 8 "type": "Apache-2.0"
Vincent Coubard 0:3fe9d5124576 9 }
Vincent Coubard 0:3fe9d5124576 10 ],
Vincent Coubard 0:3fe9d5124576 11 "bin": "./source",
Vincent Coubard 0:3fe9d5124576 12 "dependencies": {
Vincent Coubard 0:3fe9d5124576 13 "ble": "^2.0.0"
Vincent Coubard 0:3fe9d5124576 14 }
Vincent Coubard 0:3fe9d5124576 15 }