1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-09-28 01:02:22 +02:00
python-bme680/library/bme680
cn db4626f370 Use fixed ambient_temperature on first gas reading, it's nearly irrelevant
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)
2018-12-24 23:18:33 +01:00
..
__init__.py Use fixed ambient_temperature on first gas reading, it's nearly irrelevant 2018-12-24 23:18:33 +01:00
constants.py Increase poll period by x5 to allow successful measurement on max oversampling 2018-12-07 11:39:50 +01:00