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

Method setReadDelay

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

Source from the content-addressed store, hash-verified

94 // set readDelay to 0 will reset to datasheet values
95 uint16_t getReadDelay() { return _readDelay; };
96 void setReadDelay(uint16_t rd = 0) { _readDelay = rd; };
97
98 // minimal support for low power applications.
99 // after powerUp one must wait up to two seconds.

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36