Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
void NTPClient::begin() {
73
this->begin(NTP_DEFAULT_LOCAL_PORT);
74
}
75
76
void NTPClient::begin(unsigned int port) {
77
this->_port = port;
Callers
1
update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected