projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c9f28
)
Sleep before first PMS5003 reading
author
Robert Bricheno
<github2@ambrosia.org.uk>
Mon, 17 Feb 2020 17:27:30 +0000
(17:27 +0000)
committer
GitHub
<noreply@github.com>
Mon, 17 Feb 2020 17:27:30 +0000
(17:27 +0000)
examples/combined.py
patch
|
blob
|
blame
|
history
diff --git
a/examples/combined.py
b/examples/combined.py
index e863de311f9058ef91ca9ba6c0febb6a9aea10ca..3c0b58d1d27d202f6c14fe617080c8d75c4e2abc 100644
(file)
--- a/
examples/combined.py
+++ b/
examples/combined.py
@@
-37,6
+37,7
@@
bme280 = BME280()
# PMS5003 particulate sensor
pms5003 = PMS5003()
+time.sleep(1.0)
# Create ST7735 LCD display class
st7735 = ST7735.ST7735(