mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-08-09 14:48:44 +02:00
Increase poll period by x5 to allow successful measurement on max oversampling
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""BME680 constants, structures and utilities."""
|
"""BME680 constants, structures and utilities."""
|
||||||
|
|
||||||
# BME680 General config
|
# BME680 General config
|
||||||
POLL_PERIOD_MS = 10
|
POLL_PERIOD_MS = 50
|
||||||
|
|
||||||
# BME680 I2C addresses
|
# BME680 I2C addresses
|
||||||
I2C_ADDR_PRIMARY = 0x76
|
I2C_ADDR_PRIMARY = 0x76
|
||||||
|
Reference in New Issue
Block a user