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:
30:36236b00a869
Parent:
29:dd6231df71bb
Child:
34:1e8d914a2876
--- a/mbed_app.json	Tue Sep 06 13:38:46 2016 +0200
+++ b/mbed_app.json	Tue Sep 06 14:19:41 2016 +0200
@@ -6,11 +6,11 @@
         },
         "esp8266-tx": {
             "help": "Pin used as TX (connects to ESP8266 RX)",
-            "value": "PTD3"
+            "value": "D1"
         },
         "esp8266-rx": {
             "help": "Pin used as RX (connects to ESP8266 TX)",
-            "value": "PTD2"
+            "value": "D0"
         },
         "esp8266-ssid": {
             "value": "\"SSID\""
@@ -34,10 +34,14 @@
             "button": "SW2"
         },
         "HEXIWEAR": {
-            "button": "PTA12"
+            "button": "PTA12",
+            "esp8266-tx": "PTD3",
+            "esp8266-rx": "PTD2"
         },
         "NUCLEO_F401RE": {
-            "button": "USER_BUTTON"
+            "button": "USER_BUTTON",
+            "esp8266-tx": "D8",
+            "esp8266-rx": "D2"
         }
     }
 }