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
Diff: source/select-demo.h
- Revision:
- 2:4b4ac59ff9b0
- Parent:
- 0:85fdc69bc10c
- Child:
- 11:72c089200302
--- a/source/select-demo.h Thu Feb 16 11:13:40 2017 +0100 +++ b/source/select-demo.h Thu Feb 16 11:48:57 2017 +0100 @@ -4,6 +4,6 @@ #define DEMO_HTTP 1 #define DEMO_HTTPS 2 -#define DEMO DEMO_HTTPS +#define DEMO DEMO_HTTP #endif // _SELECT_METHOD_H_
