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

Method setReadDelay

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

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36