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": "mbed-classic",
bryantaylor 0:eafc3fd41f75 3 "version": "0.0.1",
bryantaylor 0:eafc3fd41f75 4 "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
bryantaylor 0:eafc3fd41f75 5 "keywords": [
bryantaylor 0:eafc3fd41f75 6 "mbed"
bryantaylor 0:eafc3fd41f75 7 ],
bryantaylor 0:eafc3fd41f75 8 "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
bryantaylor 0:eafc3fd41f75 9 "repository": {
bryantaylor 0:eafc3fd41f75 10 "url": "git@github.com:mbedmicro/mbed.git",
bryantaylor 0:eafc3fd41f75 11 "type": "git"
bryantaylor 0:eafc3fd41f75 12 },
bryantaylor 0:eafc3fd41f75 13 "homepage": "https://github.com/mbedmicro/mbed",
bryantaylor 0:eafc3fd41f75 14 "licenses": [
bryantaylor 0:eafc3fd41f75 15 {
bryantaylor 0:eafc3fd41f75 16 "url": "https://spdx.org/licenses/Apache-2.0",
bryantaylor 0:eafc3fd41f75 17 "type": "Apache-2.0"
bryantaylor 0:eafc3fd41f75 18 }
bryantaylor 0:eafc3fd41f75 19 ],
bryantaylor 0:eafc3fd41f75 20 "extraIncludes": [
bryantaylor 0:eafc3fd41f75 21 "api",
bryantaylor 0:eafc3fd41f75 22 "hal",
bryantaylor 0:eafc3fd41f75 23 "targets/hal",
bryantaylor 0:eafc3fd41f75 24 "targets/cmsis"
bryantaylor 0:eafc3fd41f75 25 ],
bryantaylor 0:eafc3fd41f75 26 "dependencies": {
bryantaylor 0:eafc3fd41f75 27 },
bryantaylor 0:eafc3fd41f75 28 "targetDependencies": {
bryantaylor 0:eafc3fd41f75 29 }
bryantaylor 0:eafc3fd41f75 30 }