Software can read HMC5883L
Fork of BLE_API by
module.json@1198:9b7f1b0d2110, 2016-04-06 (annotated)
- Committer:
- vcoubard
- Date:
- Wed Apr 06 19:16:05 2016 +0100
- Revision:
- 1198:9b7f1b0d2110
- Parent:
- 1197:8b80ca9abdac
- Child:
- 1200:66159681aa21
Synchronized with git rev a6437fc0
Author: Vincent Coubard
version v2.5.2
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 | 1198:9b7f1b0d2110 | 3 | "version": "2.5.2", |
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 | 1135:22aada733dbd | 26 | "x-nucleo-idb0xa1": "^2.0.0" |
vcoubard | 1130:ff83f0020480 | 27 | }, |
vcoubard | 1130:ff83f0020480 | 28 | "nrf51822": { |
vcoubard | 1135:22aada733dbd | 29 | "ble-nrf51822": "^2.2.8" |
vcoubard | 1130:ff83f0020480 | 30 | }, |
vcoubard | 1196:8b44b74938f6 | 31 | "nrf52832": { |
vcoubard | 1197:8b80ca9abdac | 32 | "ble-nrf52832": "ARMmbed/ble-nrf52832" |
vcoubard | 1196:8b44b74938f6 | 33 | }, |
vcoubard | 1130:ff83f0020480 | 34 | "cordio": { |
vcoubard | 1130:ff83f0020480 | 35 | "ble-wicentric": "~0.0.4" |
vcoubard | 1130:ff83f0020480 | 36 | }, |
vcoubard | 1130:ff83f0020480 | 37 | "mbed-classic": { |
vcoubard | 1130:ff83f0020480 | 38 | "mbed-classic": "~0.0.1" |
vcoubard | 1130:ff83f0020480 | 39 | }, |
vcoubard | 1130:ff83f0020480 | 40 | "mbed-os": { |
vcoubard | 1135:22aada733dbd | 41 | "mbed-drivers": "*", |
vcoubard | 1135:22aada733dbd | 42 | "compiler-polyfill": "^1.2.1" |
vcoubard | 1130:ff83f0020480 | 43 | } |
vcoubard | 1130:ff83f0020480 | 44 | } |
rgrover1 | 712:b04b5db36865 | 45 | } |