mirror of https://github.com/joan2937/pigpio
Merge 67f84d8f63
into c33738a320
This commit is contained in:
commit
b7149d6373
|
@ -140,7 +140,7 @@ class DHT11(object):
|
||||||
"""
|
"""
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def next(self):
|
def __next__(self):
|
||||||
"""
|
"""
|
||||||
Call the read method and return temperature and humidity informations.
|
Call the read method and return temperature and humidity informations.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue