]>
zdv2.bktei.com Git - EVA-2020-02-2.git/blob - examples/particulates.py
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: