Includes library modifications to allow access to AIN_4 (AIN_0 / 5)
Diff: mbd_os/features/FEATURE_CLIENT/mbed-client/module.json
- Revision:
- 0:eafc3fd41f75
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbd_os/features/FEATURE_CLIENT/mbed-client/module.json Tue Sep 20 21:26:12 2016 +0000 @@ -0,0 +1,23 @@ +{ + "name": "mbed-client", + "version": "1.13.4", + "description": "mbed Client C++ API", + "keywords": [], + "author": "Yogesh Pande <yogesh.pande@arm.com>", + "homepage": "https://github.com/ARMmbed/mbed-client", + "license": "Apache-2.0", + "dependencies": { + "mbed-client-c": "^2.0.0", + "mbed-trace": ">=0.2.0,<2.0.0" + }, + "targetDependencies": { + "arm": { + "mbed-client-mbed-os": "^3.0.0", + "mbed-client-mbedtls": "^3.0.0" + }, + "linux": { + "mbed-client-linux": "^3.0.0", + "mbed-client-mbedtls": "^3.0.0" + } + } +}