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:
28:9bccd981a393
Parent:
20:d851bc648f9e
Child:
29:5ad8f931e4ff
--- a/source/main-http.cpp	Thu Jan 25 10:15:15 2018 +0200
+++ b/source/main-http.cpp	Tue Mar 27 11:13:48 2018 +0200
@@ -65,7 +65,7 @@
         delete post_req;
     }
 
-    Thread::wait(osWaitForever);
+    wait(osWaitForever);
 }
 
 #endif