e71ca5d96f78782f5237134e1dffd3df51dfcf7e
4 from pms5003
import PMS5003
, ReadTimeoutError
6 print("""particulates.py - Print readings from the PMS5003 particulate sensor.
18 readings
= pms5003
.read()
21 except ReadTimeoutError
:
23 except KeyboardInterrupt: