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

Branch:
mbed-os-5.10
Revision:
30:4825e4f38844
Parent:
26:22f87edb433c
Child:
33:2efadc4d8784
--- a/source/select-demo.h	Tue Mar 27 11:57:33 2018 +0200
+++ b/source/select-demo.h	Mon Oct 29 14:34:43 2018 +0800
@@ -8,6 +8,6 @@
 #define         DEMO_HTTPS_SOCKET_REUSE     5
 #define         DEMO_HTTPS_CHUNKED_REQUEST  6
 
-#define         DEMO            DEMO_HTTP
+#define         DEMO            DEMO_HTTPS_CHUNKED_REQUEST
 
 #endif // _SELECT_METHOD_H_