Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ begin
Method
begin
libraries/DHT12/DHT12.cpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
bool DHT12::begin()
26
{
27
_wire->begin();
28
return isConnected();
29
}
30
31
32
#if defined(ESP8266) || defined(ESP32)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36