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

Revision:
0:eafc3fd41f75
diff -r 000000000000 -r eafc3fd41f75 mbd_os/features/FEATURE_CLIENT/mbed-client-mbed-tls/module.json
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbd_os/features/FEATURE_CLIENT/mbed-client-mbed-tls/module.json	Tue Sep 20 21:26:12 2016 +0000
@@ -0,0 +1,19 @@
+{
+  "name": "mbed-client-mbedtls",
+  "version": "3.0.3",
+  "description": "Mbedtls specific implementation, which can be used by mbed client",
+  "keywords": [
+    "mbed-client-mbedtls"
+  ],
+  "author": "Antti Kauppila",
+  "repository": {
+    "url": "git@github.com:ARMmbed/mbed-client-mbedtls.git",
+    "type": "git"
+  },
+  "homepage": "https://github.com/ARMmbed/mbed-client-mbedtls",
+  "license": "Apache-2.0",
+  "dependencies": {
+    "mbedtls": "^2.0.0"
+  },
+  "targetDependencies": {}
+}