ST / Mbed OS mbed-os-example-ble-GAPButton

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

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

Please read the documentation in this page.

module.json

Committer:
mbed_official
Date:
2016-07-28
Revision:
3:f0ed4199b362
Parent:
2:e532bbe3fd8e

File content as of revision 3:f0ed4199b362:

{
  "name": "ble-gapbutton",
  "version": "0.0.1",
  "bin": "./source",
  "description": "BLE button that uses gap advertisement to broadcast its state.",
  "author": "Liyou Zhou",
  "license": "Apache-2.0",
  "dependencies": {
    "mbed-drivers": "*",
    "ble": "^2.0.0"
  }
}