Example program for simple-mbed-client, connecting a device to mbed Device Connector.

Dependencies:   C12832 FXOS8700Q simple-mbed-client

Fork of simple-mbed-client-example by sandbox

Revision:
29:dd6231df71bb
Parent:
25:b93913439b93
Child:
30:36236b00a869
--- a/mbed_app.json	Thu Aug 25 14:39:39 2016 +0200
+++ b/mbed_app.json	Tue Sep 06 13:38:46 2016 +0200
@@ -20,11 +20,24 @@
         },
         "esp8266-debug": {
             "value": true
+        },
+        "button": {
+            "help": "Pin which you'll use as button (can be overriden per target below)",
+            "value": "BUTTON1"
         }
     },
     "target_overrides": {
         "*": {
             "target.features_add": ["IPV4", "IPV6"]
+        },
+        "K64F": {
+            "button": "SW2"
+        },
+        "HEXIWEAR": {
+            "button": "PTA12"
+        },
+        "NUCLEO_F401RE": {
+            "button": "USER_BUTTON"
         }
     }
 }