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

Method setWaitForReading

libraries/DHTINT/dhtint.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 bool getWaitForReading() { return _waitForRead; };
96 void setWaitForReading(bool b ) { _waitForRead = b; };
97
98 // set readDelay to 0 will reset to datasheet values
99 uint16_t getReadDelay() { return _readDelay; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36