Example of C027 with connector

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Suraj Pal

Revision:
13:c44e318674db
Parent:
5:b7d7ca715fdb
Child:
21:b88cdeb5b302
diff -r 7da135488950 -r c44e318674db mbed_app.json
--- a/mbed_app.json	Thu Aug 04 18:15:18 2016 +0100
+++ b/mbed_app.json	Fri Aug 05 04:30:15 2016 +0100
@@ -11,6 +11,14 @@
         "wifi-password": {
             "help": "WiFi Password",
             "value": "\"Password\""
+        },
+        "wifi-tx": {
+            "help": "TX pin for serial connection to external device",
+            "value": "D1"
+        },
+        "wifi-rx": {
+            "help": "RX pin for serial connection to external device",
+            "value": "D0"
         }
     },
     "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
@@ -19,6 +27,14 @@
             "target.features_add": ["CLIENT", "COMMON_PAL"],
             "mbed-client.reconnection-count": 3,
             "mbed-client.reconnection-interval": 5
+        },
+        "NUCLEO_F401RE": {
+            "wifi-tx": "PA_11",
+            "wifi-rx": "PA_12"
+        },
+        "NUCLEO_F411RE": {
+            "wifi-tx": "PA_11",
+            "wifi-rx": "PA_12"
         }
     }
 }