Temperature dashboard assignment

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Fork of temperature-dashboard-start by Sille Van Landschoot

Revision:
17:c8a4886ba688
diff -r 58c33ec28b2a -r c8a4886ba688 TempDashSocketConnection.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TempDashSocketConnection.h	Sat Jan 16 17:13:41 2016 +0000
@@ -0,0 +1,14 @@
+#ifndef TempDashSocketConnection_H
+#define TempDashSocketConnection_H
+#include "EthernetInterface.h"
+#include <mbed.h>
+#include <string>
+
+class TempDashSocketConnection: public TCPSocketConnection{ 
+ public:   
+   void sendSensorData(std::string data);
+ private:
+  
+};
+
+#endif
\ No newline at end of file