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

Method setWaitForReading

libraries/DHTNEW/dhtnew.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 bool getWaitForReading() { return _waitForRead; };
92 void setWaitForReading(bool b ) { _waitForRead = b; };
93
94 // set readDelay to 0 will reset to datasheet values
95 uint16_t getReadDelay() { return _readDelay; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36