Skip to content

Commit 3cdc3b1

Browse files
Melissa LeBlanc-WilliamsMelissa LeBlanc-Williams
Melissa LeBlanc-Williams
authored and
Melissa LeBlanc-Williams
committed
Linted
1 parent a68c991 commit 3cdc3b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_bmp280.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
IIR_FILTER_X16 = const(0x04)
6464

6565
_BMP280_IIR_FILTERS = (IIR_FILTER_DISABLE, IIR_FILTER_X2,
66-
IIR_FILTER_X4, IIR_FILTER_X8, IIR_FILTER_X16)
66+
IIR_FILTER_X4, IIR_FILTER_X8, IIR_FILTER_X16)
6767

6868
"""overscan values for temperature, pressure, and humidity"""
6969
OVERSCAN_DISABLE = const(0x00)
@@ -96,8 +96,8 @@
9696
STANDBY_TC_1000 = const(0x05) #1000ms
9797

9898
_BMP280_STANDBY_TCS = (STANDBY_TC_0_5, STANDBY_TC_10, STANDBY_TC_20,
99-
STANDBY_TC_62_5, STANDBY_TC_125, STANDBY_TC_250,
100-
STANDBY_TC_500, STANDBY_TC_1000)
99+
STANDBY_TC_62_5, STANDBY_TC_125, STANDBY_TC_250,
100+
STANDBY_TC_500, STANDBY_TC_1000)
101101

102102
class Adafruit_BMP280: # pylint: disable=invalid-name
103103
"""Base BMP280 object. Use `Adafruit_BMP280_I2C` or `Adafruit_BMP280_SPI` instead of this. This

0 commit comments

Comments
 (0)