BLE LED Blinker example

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-LEDBlinker/

Please read the documentation in this page.

module.json

Committer:
bcostm
Date:
2017-07-27
Revision:
39:65d3756866f3
Parent:
2:3f5a4729c22b

File content as of revision 39:65d3756866f3:

{
  "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"
}