Temperature dashboard assignment
Dependencies: EthernetInterface LM75B mbed-rtos mbed
Fork of temperature-dashboard-start by
Revision 18:61724d00e95d, committed 2016-01-16
- Comitter:
- gimohd
- Date:
- Sat Jan 16 21:11:01 2016 +0000
- Parent:
- 17:c8a4886ba688
- Commit message:
- upd
Changed in this revision
TempDashSocketConnection.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/TempDashSocketConnection.cpp Sat Jan 16 17:13:41 2016 +0000 +++ b/TempDashSocketConnection.cpp Sat Jan 16 21:11:01 2016 +0000 @@ -3,6 +3,5 @@ #include "TempDashSocketConnection.h" void TempDashSocketConnection::sendSensorData(std::string data){ - const char * c = data.c_str(); send(const_cast<char*>(data.c_str()),data.length()); } \ No newline at end of file