Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ begin
Method
begin
libraries/DHT20/DHT20.cpp:32–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
32
bool DHT20::begin()
33
{
34
_wire->begin();
35
// _wire->setWireTimeout(DHT20_WIRE_TIME_OUT, true);
36
return isConnected();
37
}
38
39
40
#if defined(ESP8266) || defined(ESP32)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36