Reads DISCO-L475VG-IOT01A sensor data and sends it over WIFI

Dependencies:   mbed DISCO_L475VG_IOT01A_wifi BSP_B-L475E-IOT01

Revision:
0:c3aca5198054
diff -r 000000000000 -r c3aca5198054 mbed_app.json
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Wed Jul 10 19:42:07 2019 +0000
@@ -0,0 +1,12 @@
+{
+    "config": {
+        "wifi-ssid": {
+            "help": "WiFi SSID",
+            "value": "\"sami\""
+        },
+        "wifi-password": {
+            "help": "WiFi Password",
+            "value": "\"0123456789\""
+        }
+    }
+}
\ No newline at end of file