Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API

Dependents:   microbit-dal microbit-dal microbit-ble-open microbit-dal ... more

Fork of BLE_API by Bluetooth Low Energy

Committer:
rgrover1
Date:
Mon Nov 02 09:09:04 2015 +0000
Revision:
838:e2f69ba31b02
Parent:
833:d494ad3e87bd
Child:
839:4b121c20d616
Synchronized with git rev df088f57
Author: Vincent Coubard
Add st-ble-shield as a possible target dependency.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rgrover1 712:b04b5db36865 1 {
rgrover1 712:b04b5db36865 2 "name": "ble",
rgrover1 833:d494ad3e87bd 3 "version": "0.4.8",
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 773:099675a85d7c 11 "url": "git@github.com:ARMmbed/ble.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 761:612103f2faf6 21 "dependencies": {},
rgrover1 712:b04b5db36865 22 "targetDependencies": {
rgrover1 838:e2f69ba31b02 23 "st-ble-shield": {
rgrover1 838:e2f69ba31b02 24 "x-nucleo-idb0xa1": "ARMmbed/ble-x-nucleo-idb0xa1"
rgrover1 838:e2f69ba31b02 25 },
rgrover1 712:b04b5db36865 26 "nrf51822": {
rgrover1 812:aba49f3176a2 27 "ble-nrf51822": "~0.4.7"
rgrover1 746:e2c7eb0f8b26 28 },
rgrover1 746:e2c7eb0f8b26 29 "mbed-classic": {
rgrover1 761:612103f2faf6 30 "mbed-classic": "~0.0.1"
rgrover1 775:8e6aa638f8d9 31 },
rgrover1 812:aba49f3176a2 32 "mbed-os": {
rgrover1 786:d6d7087d8377 33 "mbed-drivers": "*"
rgrover1 712:b04b5db36865 34 }
rgrover1 712:b04b5db36865 35 }
rgrover1 712:b04b5db36865 36 }