mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 12:54:29 +01:00
cn
db4626f370
Note: on subsequent gas measurements the last temperature instead of 25 degree C will be used. Nearly irrelevant because this happens to return value of _calc_heater_resistance(200): ambient_temperature = 30 -> int(84.9119287004) ambient_temperature = 25 -> int(84.9119068473) ambient_temperature = 20 -> int(84.9118849941) ambient_temperature = 10 -> int(84.9118412877) |
||
---|---|---|
.. | ||
__init__.py | ||
constants.py |