mirror of https://github.com/joan2937/pigpio
parent
c33738a320
commit
67f84d8f63
|
@ -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