Skip to content

Commit 7c3404f

Browse files
authored
Sleep before first PMS5003 reading
1 parent 02c9f28 commit 7c3404f

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
@@ -37,6 +37,7 @@
3737

3838
# PMS5003 particulate sensor
3939
pms5003 = PMS5003()
40+
time.sleep(1.0)
4041

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

0 commit comments

Comments
 (0)