Added an EddystoneURLConfigService in addition to UriBeaconConfigService. Updated README and converted comments that used UriBeacon to EddystoneURL in the EddystoneService.h

Dependents:   mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci

Fork of BLE_API by Bluetooth Low Energy

Committer:
rgrover1
Date:
Mon Jul 06 10:10:34 2015 +0100
Revision:
729:951b577529c9
Parent:
728:997ba5e7b3b6
Child:
730:f1bd47b8fc2b
Synchronized with git rev 3118f76b
Author: Rohit Grover
Merge pull request #45 from autopulated/master

use mbed-classic as mbed dependency

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rgrover1 712:b04b5db36865 1 {
rgrover1 712:b04b5db36865 2 "name": "ble",
rgrover1 712:b04b5db36865 3 "version": "0.0.0",
rgrover1 712:b04b5db36865 4 "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
rgrover1 712:b04b5db36865 5 "keywords": [
rgrover1 712:b04b5db36865 6 "Bluetooth",
rgrover1 712:b04b5db36865 7 "BLE"
rgrover1 712:b04b5db36865 8 ],
rgrover1 712:b04b5db36865 9 "author": "Rohit Grover",
rgrover1 712:b04b5db36865 10 "repository": {
rgrover1 712:b04b5db36865 11 "url": "git@github.com:mbedmicro/BLE_API.git",
rgrover1 712:b04b5db36865 12 "type": "git"
rgrover1 712:b04b5db36865 13 },
rgrover1 712:b04b5db36865 14 "homepage": "http://mbed.org/ble",
rgrover1 712:b04b5db36865 15 "licenses": [
rgrover1 712:b04b5db36865 16 {
rgrover1 712:b04b5db36865 17 "url": "https://spdx.org/licenses/Apache-2.0",
rgrover1 712:b04b5db36865 18 "type": "Apache-2.0"
rgrover1 712:b04b5db36865 19 }
rgrover1 712:b04b5db36865 20 ],
rgrover1 712:b04b5db36865 21 "dependencies": {
rgrover1 729:951b577529c9 22 "mbed-classic":"~0.0.1"
rgrover1 712:b04b5db36865 23 },
rgrover1 712:b04b5db36865 24 "targetDependencies": {
rgrover1 712:b04b5db36865 25 "nrf51822": {
rgrover1 712:b04b5db36865 26 "ble-nrf51822":"~0.0.1"
rgrover1 712:b04b5db36865 27 }
rgrover1 712:b04b5db36865 28 }
rgrover1 712:b04b5db36865 29 }