Gestione Bluetooth per il progetto Tarallo

module.json

Committer:
fdalforno
Date:
2020-01-16
Revision:
82:443323e7d4c9
Parent:
3:41f6be68aefb

File content as of revision 82:443323e7d4c9:

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