Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getType
Method
getType
libraries/DHTINT/dhtint.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
66
uint8_t DHTINT::getType()
67
{
68
if (_type == 0) read();
69
return _type;
70
}
71
72
73
void DHTINT::setType(uint8_t type)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36