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/CONSTANTS.h	Thu Aug 01 03:43:28 2019 +0000
@@ -0,0 +1,9 @@
+#ifndef CONSTANTS_H
+#define CONSTANTS_H
+
+#define BAUD_RATE 115200
+#define GRAVITY_CONSTANT 9.81
+#define SAMPLE_RATE_MEASURE 0.016
+
+
+#endif
\ No newline at end of file