Merge pull request #51 from rbricheno/example-combined-add-delay
[EVA-2020-02-2.git] / examples / combined.py
index 43668a5f597088b35ec59fa8b3c117ae268275d4..c2fd397e2b20205004be636bbc18291295859987 100755 (executable)
@@ -38,6 +38,7 @@ bme280 = BME280()
 
 # PMS5003 particulate sensor
 pms5003 = PMS5003()
 
 # PMS5003 particulate sensor
 pms5003 = PMS5003()
+time.sleep(1.0)
 
 # Create ST7735 LCD display class
 st7735 = ST7735.ST7735(
 
 # Create ST7735 LCD display class
 st7735 = ST7735.ST7735(