ble-UartService

Fork of mbed-os-example-ble-UartService by Mathias Giacomuzzi

BLE UART Service - USB Serial Relay

module.json

Committer:
YJKIYOKAWA
Date:
2018-10-19
Revision:
27:e5e381e33cd2
Parent:
1:72c60abef7e7

File content as of revision 27:e5e381e33cd2:

{
  "name": "ble-heartrate",
  "version": "0.0.1",
  "description": "BLE Heartreate 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"
}