Skip to content

Commit a503cc8

Browse files
authored
Merge pull request #45 from hotplot/patch-1
Remove inappropriate sleep between reads
2 parents 655d013 + f9d6956 commit a503cc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/particulates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
try:
2424
readings = pms5003.read()
2525
logging.info(readings)
26-
time.sleep(1.0)
2726
except ReadTimeoutError:
2827
pms5003 = PMS5003()
2928
except KeyboardInterrupt:

0 commit comments

Comments
 (0)