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 6442510ab0 Use floating point precision for measurement compensations to yield sensor resolution
According to the datasheet the resolution delivered by the sensor is better
than 1 degree Celsius, 1 Pascal, 1 percent relative humidity etc. The user
should have the possibility to get floating point precision and figure out
what the measurement accuracy allows given their settings.
2018-12-07 11:39:50 +01:00
..
__init__.py Use floating point precision for measurement compensations to yield sensor resolution 2018-12-07 11:39:50 +01:00
constants.py Increase poll period by x5 to allow successful measurement on max oversampling 2018-12-07 11:39:50 +01:00