Temperature dashboard assignment

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Fork of temperature-dashboard-start by Sille Van Landschoot

Committer:
gimohd
Date:
Sat Jan 16 21:11:01 2016 +0000
Revision:
18:61724d00e95d
Parent:
17:c8a4886ba688
upd

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gimohd 17:c8a4886ba688 1
gimohd 17:c8a4886ba688 2 #include "EthernetInterface.h"
gimohd 17:c8a4886ba688 3 #include "TempDashSocketConnection.h"
gimohd 17:c8a4886ba688 4
gimohd 17:c8a4886ba688 5 void TempDashSocketConnection::sendSensorData(std::string data){
gimohd 17:c8a4886ba688 6 send(const_cast<char*>(data.c_str()),data.length());
gimohd 17:c8a4886ba688 7 }