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