Senses an earthquake with MPU6050 and gets time, coordenates and other details of the event with an Adafruit GPS. All the info is sent to an HTTP server

Dependencies:   MPU6050 mbed-http MBed_Adafruit-GPS-Library

Revision:
36:32a0a71555f0
Parent:
35:4b847971db1b
Child:
37:fcb5efa391d5
--- a/mbed_app.json	Fri Jan 04 13:32:26 2019 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-{
-    "config": {
-        "main-stack-size": {
-            "value": 8192
-        }
-    },
-    "macros": [
-        "MBEDTLS_MPI_MAX_SIZE=1024",
-        "MBEDTLS_MPI_WINDOW_SIZE=1",
-        "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
-        "MBEDTLS_TEST_NULL_ENTROPY",
-        "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
-        "MBED_HEAP_STATS_ENABLED=1"
-    ],
-    "target_overrides": {
-        "*": {
-            "platform.stdio-baud-rate": 115200,
-            "platform.stdio-convert-newlines": true,
-            "mbed-mesh-api.6lowpan-nd-channel-page": 0,
-            "mbed-mesh-api.6lowpan-nd-channel": 12,
-            "mbed-trace.enable": null,
-            "mbed-http.http-buffer-size": 2048,
-            "nsapi.default-wifi-security": "WPA_WPA2",
-            "nsapi.default-wifi-ssid": "\"SSID\"",
-            "nsapi.default-wifi-password": "\"Password\""
-        },
-        "DISCO_L475VG_IOT01A": {
-            "target.network-default-interface-type" : "WIFI"
-        }
-    }
-}