Modify the BLE LED Control so that it toggles the LED on the other board only if you keep the button pressed

module.json

Committer:
vicara
Date:
2018-11-29
Revision:
0:8c76e25a3cff

File content as of revision 0:8c76e25a3cff:

{
  "name": "ble-ledblinker",
  "version": "0.0.1",
  "description": "An initial demo showcasing the GattClient APIs. Drives an LED service exported by a BLE_LED peripheral. Shows scanning, connections, service-discovery, and reads/writes.",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "dependencies": {
    "ble": "^2.0.0"
  },
  "bin": "./source"
}