BLE beacon example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon/

Fork of BLE-Beacon by Joël Imbaud

module.json

Committer:
jimbaud
Date:
2019-01-08
Revision:
76:f0f06bffa8e3
Parent:
3:41f6be68aefb

File content as of revision 76:f0f06bffa8e3:

{
  "name": "ble-beacon",
  "version": "0.0.1",
  "description": "BLE iBeacon example, building with yotta",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "dependencies": {
    "ble": "^2.0.0"
  },
  "targetDependencies": {},
  "bin": "./source"
}