Versão limpa em 04/09/2014. Telnet funcionando.
Dependencies: EthernetInterface mbed-rtos mbed NTPClient
Headers/ntpc.h
- Committer:
- rebonatto
- Date:
- 2016-01-18
- Revision:
- 43:69afea5f5a4d
- Parent:
- 3:52419e510163
File content as of revision 43:69afea5f5a4d:
#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); };