Temperature dashboard assignment

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Fork of temperature-dashboard-start by Sille Van Landschoot

TempDashSocketConnection.cpp

Committer:
gimohd
Date:
2016-01-16
Revision:
18:61724d00e95d
Parent:
17:c8a4886ba688

File content as of revision 18:61724d00e95d:


#include "EthernetInterface.h"
#include "TempDashSocketConnection.h"

void TempDashSocketConnection::sendSensorData(std::string data){
    send(const_cast<char*>(data.c_str()),data.length());
}