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/FUNCTIONS.h

Committer:
Alvaro13
Date:
2019-08-01
Revision:
36:32a0a71555f0

File content as of revision 36:32a0a71555f0:

#ifndef FUNCTIONS_H
#define FUNCTIONS_H

void print_debug();
string compute_intensity(float xPGA, float yPGA);
void measure();
void send_meassure();
void getGPSCoordinates();


#endif