MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / temperature

Method temperature

libraries/DHT2pin/dht2pin.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94float DHT2pin::temperature()
95{
96 return _temperature;
97}
98
99
100float DHT2pin::humidity()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36