Thermometer connected to internet

Dependencies:   BME280 EthernetInterface FXOS8700Q HTTPClient-wolfSSL NTPClient NetworkAPI OAuth4Tw TSL2561_I2C eCompass_FPU_Lib mbed-rtos mbed wolfSSL

Fork of TCP_Server_Example by Roy van Dam

Revision:
12:12369ee344ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sensor.h	Sun Sep 27 11:04:54 2015 +0000
@@ -0,0 +1,14 @@
+#ifndef SENSOR_H
+#define SENSOR_H
+
+// MBED System Header
+#include "mbed.h"
+
+// Sensor Library Header
+#include "BME280.h"
+#include "TSL2561_I2C.h"
+
+extern BME280 *pSensor;
+extern TSL2561_I2C *pLumSensor; 
+
+#endif