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

Method getReadDelay

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

set readDelay to 0 will reset to datasheet values

Source from the content-addressed store, hash-verified

97
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.

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36