This is the libary for the connection with the socket. This libary allows you to send a temperature to the socket.
Diff: TempDashSocketConnection.h
- Revision:
- 0:fc4b4cf5371c
diff -r 000000000000 -r fc4b4cf5371c TempDashSocketConnection.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TempDashSocketConnection.h Fri Dec 25 20:38:57 2015 +0000 @@ -0,0 +1,14 @@ +#ifndef TEMPDASHSOCKETCONNECTION_H +#define TEMPDASHSOCKETCONNECTION_H + +#include "EthernetInterface.h" +#include <string> + +class TempDashSocketConnection : public TCPSocketConnection +{ +public: + void sendSensorData(std::string); +private: +}; + +#endif \ No newline at end of file