projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
4bb1de2
)
Merge pull request #51 from rbricheno/example-combined-add-delay
author
Philip Howard
<phil@pimoroni.com>
Thu, 5 Mar 2020 17:22:53 +0000
(17:22 +0000)
committer
GitHub
<noreply@github.com>
Thu, 5 Mar 2020 17:22:53 +0000
(17:22 +0000)
Sleep before first PMS5003 reading
examples/combined.py
patch
|
blob
|
blame
|
history
diff --git
a/examples/combined.py
b/examples/combined.py
index 43668a5f597088b35ec59fa8b3c117ae268275d4..c2fd397e2b20205004be636bbc18291295859987 100755
(executable)
--- a/
examples/combined.py
+++ b/
examples/combined.py
@@
-38,6
+38,7
@@
bme280 = BME280()
# PMS5003 particulate sensor
pms5003 = PMS5003()
+time.sleep(1.0)
# Create ST7735 LCD display class
st7735 = ST7735.ST7735(