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

source/CONSTANTS.h

Committer:
Alvaro13
Date:
2019-08-01
Revision:
38:0813e461b835
Parent:
36:32a0a71555f0

File content as of revision 38:0813e461b835:

#ifndef CONSTANTS_H
#define CONSTANTS_H

#define BAUD_RATE 115200
#define GRAVITY_CONSTANT 9.81
#define SAMPLE_RATE_MEASURE 0.016


#endif