Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
TempDashSocketConnection.h
00001 #ifndef TEMPDASHSOCKETCONNECTION_H 00002 #define TEMPDASHSOCKETCONNECTION_H 00003 00004 #include "EthernetInterface.h" 00005 #include <string> 00006 00007 class TempDashSocketConnection : public TCPSocketConnection 00008 { 00009 public: 00010 void sendSensorData(std::string); 00011 private: 00012 }; 00013 00014 #endif
Generated on Tue Jul 12 2022 14:14:47 by
1.7.2