Versão limpa em 04/09/2014. Telnet funcionando.
Dependencies: EthernetInterface mbed-rtos mbed NTPClient
Headers/ntpc.h
- Committer:
- mlucas82
- Date:
- 2014-10-17
- Revision:
- 3:52419e510163
File content as of revision 3:52419e510163:
#include "mbed.h" #include "rtos.h" #include "EthernetInterface.h" #include "NTPClient.h" static NTPClient ntpClient; class ntpc { protected: static void ntpcDo(); public: static void ntpc_Thread(void const* arg); };