1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-06-02 00:34:40 +02:00
python-bme680/library
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
..
bme680 Use fixed ambient_temperature on first gas reading, it's nearly irrelevant 2018-12-24 23:18:33 +01:00
tests Test suites and code QA fixes 2018-09-02 11:26:04 +01:00
.coveragerc Test suites and code QA fixes 2018-09-02 11:26:04 +01:00
CHANGELOG.txt Prep for v1.0.5 2018-06-01 17:15:10 +01:00
LICENSE.txt Fixed packaging errors 2018-06-01 16:04:37 +01:00
MANIFEST.in Prep for v1.0.5 2018-06-01 17:15:10 +01:00
README.rst Fixed Travis badge URL 2018-09-03 11:39:10 +01:00
setup.cfg Test suites and code QA fixes 2018-09-02 11:26:04 +01:00
setup.py Test suites and code QA fixes 2018-09-02 11:26:04 +01:00
tox.ini Test suites and code QA fixes 2018-09-02 11:26:04 +01:00