We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b1570 commit da3d9a7Copy full SHA for da3d9a7
DHT.h
@@ -76,6 +76,7 @@ class DHT {
76
private:
77
uint8_t data[5];
78
uint8_t _pin, _type;
79
+ uint32_t _minInterval; // Minimum interval between reads
80
#ifdef __AVR
81
// Use direct GPIO access on an 8-bit AVR so keep track of the port and
82
// bitmask for the digital pin connected to the DHT. Other platforms will use
0 commit comments