Skip to content

Commit a515f92

Browse files
committed
add docstring for use_pulseio kwarg
1 parent a554d72 commit a515f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_dht.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def __init__(self, dht11, pin, trig_wait, use_pulseio):
5757
:param boolean dht11: True if device is DHT11, otherwise DHT22.
5858
:param ~board.Pin pin: digital pin used for communication
5959
: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)
6061
"""
6162
self._dht11 = dht11
6263
self._pin = pin

0 commit comments

Comments
 (0)