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.
2 parents 655d013 + f9d6956 commit a503cc8Copy full SHA for a503cc8
examples/particulates.py
@@ -23,7 +23,6 @@
23
try:
24
readings = pms5003.read()
25
logging.info(readings)
26
- time.sleep(1.0)
27
except ReadTimeoutError:
28
pms5003 = PMS5003()
29
except KeyboardInterrupt:
0 commit comments