NTP client to get UTC time from the internet time servers
Dependents: NTPClient_HelloWorld
Fork of NTPClient by
Diff: NTPClient.cpp
- Revision:
- 4:881559865a93
- Parent:
- 3:17d8bad407cc
- Child:
- 5:fe36718063a5
--- a/NTPClient.cpp Sun Aug 05 16:10:33 2012 +0000 +++ b/NTPClient.cpp Sun Aug 05 16:10:57 2012 +0000 @@ -18,7 +18,7 @@ */ //Debug is disabled by default -#if +#if 0 //Enable debug #define __DEBUG__ #include <cstdio>