mirror of
https://github.com/PaulStoffregen/Time.git
synced 2025-08-02 15:24:26 +02:00
@@ -28,6 +28,11 @@ const int timeZone = 1; // Central European Time
|
|||||||
WiFiUDP Udp;
|
WiFiUDP Udp;
|
||||||
unsigned int localPort = 8888; // local port to listen for UDP packets
|
unsigned int localPort = 8888; // local port to listen for UDP packets
|
||||||
|
|
||||||
|
time_t getNtpTime();
|
||||||
|
void digitalClockDisplay();
|
||||||
|
void printDigits(int digits);
|
||||||
|
void sendNTPpacket(IPAddress &address);
|
||||||
|
|
||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
|
Reference in New Issue
Block a user