Send continuous stream to mobile

Dependencies:   MPU9250

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

Committer:
Vincent Coubard
Date:
Thu Jul 28 23:30:40 2016 +0100
Revision:
2:2be0a2820d3d
Parent:
1:cd85f873e10d
Child:
3:6f18b8269d65
Sync with mbed-os-5.1.0-rc3

Who changed what in which revision?

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