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:
29:5ad8f931e4ff
Parent:
28:9bccd981a393
Child:
30:4825e4f38844
--- a/source/main-https.cpp	Tue Mar 27 11:13:48 2018 +0200
+++ b/source/main-https.cpp	Tue Mar 27 11:57:33 2018 +0200
@@ -6,8 +6,6 @@
 #include "easy-connect.h"
 #include "https_request.h"
 
-Serial pc(USBTX, USBRX);
-
 /* List of trusted root CA certificates
  * currently two: GlobalSign, the CA for developer.mbed.org and Let's Encrypt, the CA for httpbin.org
  *
@@ -73,8 +71,6 @@
 }
 
 int main() {
-    pc.baud(115200);
-
     NetworkInterface* network = easy_connect(true);
     if (!network) {
         return 1;