Skip to content

Commit da3d9a7

Browse files
committed
updated the header file.
1 parent 12b1570 commit da3d9a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DHT.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class DHT {
7676
private:
7777
uint8_t data[5];
7878
uint8_t _pin, _type;
79+
uint32_t _minInterval; // Minimum interval between reads
7980
#ifdef __AVR
8081
// Use direct GPIO access on an 8-bit AVR so keep track of the port and
8182
// bitmask for the digital pin connected to the DHT. Other platforms will use

0 commit comments

Comments
 (0)