Skip to content

rapola/RP_NTP_Time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RP_NTP_Time

Arduino ESP reading time from NTP-Server


Struct of the time-members:

taken from time.h 👇

struct tm
{
  int	tm_sec;
  int	tm_min;
  int	tm_hour;
  int	tm_mday;
  int	tm_mon;
  int	tm_year;
  int	tm_wday;
  int	tm_yday;
  int	tm_isdst;
#ifdef __TM_GMTOFF
  long	__TM_GMTOFF;
#endif
#ifdef __TM_ZONE
  const char *__TM_ZONE;
#endif
};

About

Arduino ESP reading time from NTP-Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages