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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/FUNCTIONS.h	Thu Aug 01 03:43:28 2019 +0000
@@ -0,0 +1,11 @@
+#ifndef FUNCTIONS_H
+#define FUNCTIONS_H
+
+void print_debug();
+string compute_intensity(float xPGA, float yPGA);
+void measure();
+void send_meassure();
+void getGPSCoordinates();
+
+
+#endif
\ No newline at end of file