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 a554d72 commit a515f92Copy full SHA for a515f92
adafruit_dht.py
@@ -57,6 +57,7 @@ def __init__(self, dht11, pin, trig_wait, use_pulseio):
57
:param boolean dht11: True if device is DHT11, otherwise DHT22.
58
:param ~board.Pin pin: digital pin used for communication
59
:param int trig_wait: length of time to hold trigger in LOW state (microseconds)
60
+ :param boolean use_pulseio: False to force bitbang when pulseio available (only with Blinka)
61
"""
62
self._dht11 = dht11
63
self._pin = pin
0 commit comments