From: Philip Howard Date: Tue, 10 Dec 2019 13:08:50 +0000 (+0000) Subject: Merge pull request #45 from hotplot/patch-1 X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/commitdiff_plain/a503cc8c555b9de26e738f049e4865ba5f6891ef?hp=655d013499ca1b98a9d28884c7a8c2607972f09e Merge pull request #45 from hotplot/patch-1 Remove inappropriate sleep between reads --- diff --git a/examples/particulates.py b/examples/particulates.py index 9aa9c37..c1b3c67 100755 --- a/examples/particulates.py +++ b/examples/particulates.py @@ -23,7 +23,6 @@ try: try: readings = pms5003.read() logging.info(readings) - time.sleep(1.0) except ReadTimeoutError: pms5003 = PMS5003() except KeyboardInterrupt: