sends an array of 12 values over BLE with each press of button 0. Could be modified to send IMU data

Fork of mbed-os-example-ble-Button by mbed-os-examples

Committer:
mbed_official
Date:
Thu Jul 28 23:14:28 2016 +0100
Revision:
1:cd85f873e10d
Parent:
0:3fe9d5124576
Child:
2:2be0a2820d3d
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble


Commit copied from ./src/github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

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