pimoroni / sgp30-python

Python library for the SGP30 air quality sensor
https://shop.pimoroni.com/products/sgp30-air-quality-sensor-breakout
MIT License
38 stars 18 forks source link

Avoid infinite loop during start_measurement #3

Closed millerdq2038 closed 4 years ago

millerdq2038 commented 4 years ago

Avoid infinite loop during start_measurement by limiting initial samples to a maximum of 20.

Gadgetoid commented 4 years ago

Good catch, thank you.