Skip to content

Commit 56fa663

Browse files
authored
Merge pull request #51 from rbricheno/example-combined-add-delay
Sleep before first PMS5003 reading
2 parents 4bb1de2 + 7c3404f commit 56fa663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/combined.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
# PMS5003 particulate sensor
4040
pms5003 = PMS5003()
41+
time.sleep(1.0)
4142

4243
# Create ST7735 LCD display class
4344
st7735 = ST7735.ST7735(

0 commit comments

Comments
 (0)