Includes library modifications to allow access to AIN_4 (AIN_0 / 5)

Committer:
bryantaylor
Date:
Tue Sep 20 21:26:12 2016 +0000
Revision:
0:eafc3fd41f75
hackathon

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bryantaylor 0:eafc3fd41f75 1 {
bryantaylor 0:eafc3fd41f75 2 "name": "ble",
bryantaylor 0:eafc3fd41f75 3 "version": "2.6.0",
bryantaylor 0:eafc3fd41f75 4 "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
bryantaylor 0:eafc3fd41f75 5 "keywords": [
bryantaylor 0:eafc3fd41f75 6 "Bluetooth",
bryantaylor 0:eafc3fd41f75 7 "BLE",
bryantaylor 0:eafc3fd41f75 8 "mbed",
bryantaylor 0:eafc3fd41f75 9 "mbed-official"
bryantaylor 0:eafc3fd41f75 10 ],
bryantaylor 0:eafc3fd41f75 11 "author": "Rohit Grover",
bryantaylor 0:eafc3fd41f75 12 "repository": {
bryantaylor 0:eafc3fd41f75 13 "url": "https://github.com/ARMmbed/ble.git",
bryantaylor 0:eafc3fd41f75 14 "type": "git"
bryantaylor 0:eafc3fd41f75 15 },
bryantaylor 0:eafc3fd41f75 16 "homepage": "https://developer.mbed.org/teams/Bluetooth-Low-Energy/",
bryantaylor 0:eafc3fd41f75 17 "licenses": [
bryantaylor 0:eafc3fd41f75 18 {
bryantaylor 0:eafc3fd41f75 19 "url": "https://spdx.org/licenses/Apache-2.0",
bryantaylor 0:eafc3fd41f75 20 "type": "Apache-2.0"
bryantaylor 0:eafc3fd41f75 21 }
bryantaylor 0:eafc3fd41f75 22 ],
bryantaylor 0:eafc3fd41f75 23 "dependencies": {},
bryantaylor 0:eafc3fd41f75 24 "targetDependencies": {
bryantaylor 0:eafc3fd41f75 25 "st-ble-shield": {
bryantaylor 0:eafc3fd41f75 26 "x-nucleo-idb0xa1": "^2.0.0"
bryantaylor 0:eafc3fd41f75 27 },
bryantaylor 0:eafc3fd41f75 28 "nrf51822": {
bryantaylor 0:eafc3fd41f75 29 "ble-nrf51822": "^2.2.8"
bryantaylor 0:eafc3fd41f75 30 },
bryantaylor 0:eafc3fd41f75 31 "nrf52832": {
bryantaylor 0:eafc3fd41f75 32 "ble-nrf52832": "ARMmbed/ble-nrf52832"
bryantaylor 0:eafc3fd41f75 33 },
bryantaylor 0:eafc3fd41f75 34 "cordio": {
bryantaylor 0:eafc3fd41f75 35 "ble-wicentric": "~0.0.4"
bryantaylor 0:eafc3fd41f75 36 },
bryantaylor 0:eafc3fd41f75 37 "mbed-classic": {
bryantaylor 0:eafc3fd41f75 38 "mbed-classic": "~0.0.1"
bryantaylor 0:eafc3fd41f75 39 },
bryantaylor 0:eafc3fd41f75 40 "mbed-os": {
bryantaylor 0:eafc3fd41f75 41 "mbed-drivers": "*",
bryantaylor 0:eafc3fd41f75 42 "compiler-polyfill": "^1.2.1"
bryantaylor 0:eafc3fd41f75 43 }
bryantaylor 0:eafc3fd41f75 44 }
bryantaylor 0:eafc3fd41f75 45 }