AllWize Library
Functions
ntp.cpp File Reference
#include "ntp.h"
#include "debug.h"
#include "configuration.h"
#include <TimeLib.h>
#include <NtpClientLib.h>
#include <ESP8266WiFi.h>
Include dependency graph for ntp.cpp:

Go to the source code of this file.

Functions

bool ntpSynced ()
 
String ntpDateTime (time_t t)
 
String ntpDateTime ()
 
void ntpConnect ()
 
void ntpSetup ()
 
void ntpLoop ()
 

Function Documentation

◆ ntpConnect()

void ntpConnect ( )

Definition at line 37 of file ntp.cpp.

Here is the caller graph for this function:

◆ ntpDateTime() [1/2]

String ntpDateTime ( time_t  t)

Definition at line 23 of file ntp.cpp.

Here is the caller graph for this function:

◆ ntpDateTime() [2/2]

String ntpDateTime ( )

Definition at line 32 of file ntp.cpp.

Here is the call graph for this function:

◆ ntpLoop()

void ntpLoop ( )

Definition at line 58 of file ntp.cpp.

Here is the caller graph for this function:

◆ ntpSetup()

void ntpSetup ( )

Definition at line 42 of file ntp.cpp.

Here is the caller graph for this function:

◆ ntpSynced()

bool ntpSynced ( )

Definition at line 19 of file ntp.cpp.

Here is the caller graph for this function: