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:
- 26:22f87edb433c
- Parent:
- 25:a8be9f3a530c
- Child:
- 30:4825e4f38844
--- a/source/select-demo.h Thu Jan 11 14:39:11 2018 +0100 +++ b/source/select-demo.h Fri Jan 12 13:45:51 2018 +0100 @@ -8,6 +8,6 @@ #define DEMO_HTTPS_SOCKET_REUSE 5 #define DEMO_HTTPS_CHUNKED_REQUEST 6 -#define DEMO DEMO_HTTPS_CHUNKED_REQUEST +#define DEMO DEMO_HTTP #endif // _SELECT_METHOD_H_
