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

module.json

Committer:
mbed_official
Date:
2016-07-29
Revision:
3:6f18b8269d65
Parent:
2:2be0a2820d3d

File content as of revision 3:6f18b8269d65:

{
  "name": "ble-button",
  "version": "0.0.1",
  "description": "The *input service template* demonstrates the use of a simple input (boolean values) from a read-only characteristic.",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "bin": "./source",
  "dependencies": {
    "ble": "^2.0.0"
  }
}