Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ reset
Method
reset
libraries/DHTstable/DHTStable.cpp:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
void DHTStable::reset()
62
{
63
_temperature = 0.0;
64
_humidity = 0.0;
65
_disableIRQ = false;
66
}
67
68
69
// return values:
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36