MCPcopy 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
66uint8_t DHTINT::getType()
67{
68 if (_type == 0) read();
69 return _type;
70}
71
72
73void DHTINT::setType(uint8_t type)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36