1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-12-22 12:54:29 +01:00

Corrected MODE_POS

This commit is contained in:
Phil Howard 2017-10-17 11:24:21 +01:00
parent b4013106dc
commit 2e7d805e62

View File

@ -164,7 +164,7 @@ OST_POS = 5
OSP_POS = 2
OSH_POS = 0
RUN_GAS_POS = 4
MODE_MSK = 0
MODE_POS = 0
# Array Index to Field data mapping for Calibration Data
T2_LSB_REG = 1