mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 22:54:29 +01:00
Increase poll period by x5 to allow successful measurement on max oversampling
This commit is contained in:
parent
c85e3de250
commit
db02dd0d65
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user