MCPcopy 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
61void DHTStable::reset()
62{
63 _temperature = 0.0;
64 _humidity = 0.0;
65 _disableIRQ = false;
66}
67
68
69// return values:

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36