mbed os with nrf51 internal bandgap enabled to read battery level

Dependents:   BLE_file_test BLE_Blink ExternalEncoder

Revision:
0:f269e3021894
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/features/nanostack/FEATURE_NANOSTACK/coap-service/module.json	Sun Oct 23 15:10:02 2016 +0000
@@ -0,0 +1,27 @@
+{
+  "name": "coap-service",
+  "version": "4.0.3",
+  "description": "CoAP Service library",
+  "keywords": [
+    "coap",
+    "service"
+  ],
+  "repository": {
+    "url": "git@github.com:ARMmbed/coap-service.git",
+    "type": "git"
+  },
+  "homepage": "https://github.com/ARMmbed/coap-service",
+  "license": "Apache-2.0",
+  "extraIncludes": [
+    "coap-service",
+    "nanostack-event-loop",
+    "source/include"
+  ],
+  "dependencies": {
+    "nanostack-libservice": "^3.0.0",
+    "mbed-client-c": "^3.0.0",
+    "sal-stack-nanostack": "^5.0.0",
+    "mbedtls": "^2.0.0"
+  },
+  "targetDependencies": {}
+}