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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers FUNCTIONS.h Source File

FUNCTIONS.h

00001 #ifndef FUNCTIONS_H
00002 #define FUNCTIONS_H
00003 
00004 void print_debug();
00005 string compute_intensity(float xPGA, float yPGA);
00006 void measure();
00007 void send_meassure();
00008 void getGPSCoordinates();
00009 
00010 
00011 #endif