BLE Library with custom services for the tortuga bike
Fork of BLE_API by
module.json@1132:692ddf04fc42, 2016-04-06 (annotated)
- Committer:
- vcoubard
- Date:
- Wed Apr 06 19:13:46 2016 +0100
- Revision:
- 1132:692ddf04fc42
- Parent:
- 1130:ff83f0020480
- Child:
- 1133:6362b7c2fdff
Synchronized with git rev 13bf70b6
Author: Rohit Grover
Release 2.1.5
=============
A minor release to separate the concept of minlen and len in
GattCharacteristic. Also contains some improvements to documentation.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
vcoubard | 1130:ff83f0020480 | 1 | { |
vcoubard | 1130:ff83f0020480 | 2 | "name": "ble", |
vcoubard | 1132:692ddf04fc42 | 3 | "version": "2.1.5", |
vcoubard | 1130:ff83f0020480 | 4 | "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.", |
vcoubard | 1130:ff83f0020480 | 5 | "keywords": [ |
vcoubard | 1130:ff83f0020480 | 6 | "Bluetooth", |
vcoubard | 1130:ff83f0020480 | 7 | "BLE", |
vcoubard | 1130:ff83f0020480 | 8 | "mbed", |
vcoubard | 1130:ff83f0020480 | 9 | "mbed-official" |
vcoubard | 1130:ff83f0020480 | 10 | ], |
vcoubard | 1130:ff83f0020480 | 11 | "author": "Rohit Grover", |
vcoubard | 1130:ff83f0020480 | 12 | "repository": { |
vcoubard | 1130:ff83f0020480 | 13 | "url": "https://github.com/ARMmbed/ble.git", |
vcoubard | 1130:ff83f0020480 | 14 | "type": "git" |
vcoubard | 1130:ff83f0020480 | 15 | }, |
vcoubard | 1130:ff83f0020480 | 16 | "homepage": "https://developer.mbed.org/teams/Bluetooth-Low-Energy/", |
vcoubard | 1130:ff83f0020480 | 17 | "licenses": [ |
vcoubard | 1130:ff83f0020480 | 18 | { |
vcoubard | 1130:ff83f0020480 | 19 | "url": "https://spdx.org/licenses/Apache-2.0", |
vcoubard | 1130:ff83f0020480 | 20 | "type": "Apache-2.0" |
vcoubard | 1130:ff83f0020480 | 21 | } |
vcoubard | 1130:ff83f0020480 | 22 | ], |
vcoubard | 1130:ff83f0020480 | 23 | "dependencies": {}, |
vcoubard | 1130:ff83f0020480 | 24 | "targetDependencies": { |
vcoubard | 1130:ff83f0020480 | 25 | "st-ble-shield": { |
vcoubard | 1132:692ddf04fc42 | 26 | "x-nucleo-idb0xa1": "ARMmbed/ble-x-nucleo-idb0xa1" |
vcoubard | 1130:ff83f0020480 | 27 | }, |
vcoubard | 1130:ff83f0020480 | 28 | "nrf51822": { |
vcoubard | 1132:692ddf04fc42 | 29 | "ble-nrf51822": "^2.1.1" |
vcoubard | 1130:ff83f0020480 | 30 | }, |
vcoubard | 1130:ff83f0020480 | 31 | "cordio": { |
vcoubard | 1130:ff83f0020480 | 32 | "ble-wicentric": "~0.0.4" |
vcoubard | 1130:ff83f0020480 | 33 | }, |
vcoubard | 1130:ff83f0020480 | 34 | "mbed-classic": { |
vcoubard | 1130:ff83f0020480 | 35 | "mbed-classic": "~0.0.1" |
vcoubard | 1130:ff83f0020480 | 36 | }, |
vcoubard | 1130:ff83f0020480 | 37 | "mbed-os": { |
vcoubard | 1132:692ddf04fc42 | 38 | "mbed-drivers": "*" |
vcoubard | 1130:ff83f0020480 | 39 | } |
vcoubard | 1130:ff83f0020480 | 40 | } |
rgrover1 | 712:b04b5db36865 | 41 | } |