MCPcopy Create free account
hub / github.com/arduino-libraries/NTPClient / begin

Method begin

NTPClient.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void NTPClient::begin() {
73 this->begin(NTP_DEFAULT_LOCAL_PORT);
74}
75
76void NTPClient::begin(unsigned int port) {
77 this->_port = port;

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected