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

Files at this revision

API Documentation at this revision

Comitter:
Jan Jongboom
Date:
Fri Jan 12 13:45:51 2018 +0100
Parent:
25:a8be9f3a530c
Child:
27:6554d4f5f1c3
Commit message:
Set demo back to HTTP

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
source/select-demo.h Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Thu Jan 11 14:39:11 2018 +0100
+++ b/README.md	Fri Jan 12 13:45:51 2018 +0100
@@ -2,7 +2,7 @@
 
 This application demonstrates how to make HTTP and HTTPS requests and parse the response from mbed OS 5.
 
-It consists of four demo's, which you can select in ``source/select-demo.h``.
+It consists of six demo's, which you can select in ``source/select-demo.h``.
 
 * HTTP demo:
     * Does a GET request to http://httpbin.org/status/418.
--- 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_