Skip to content

Commit ab031e1

Browse files
committed
removed unused register
1 parent 83189a5 commit ab031e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adafruit_bmp5xx.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
BMP5XX_REG_DSP_IIR = const(0x31)
7373
BMP5XX_REG_DSP_CONFIG = const(0x30)
7474
BMP5XX_REG_INT_SOURCE = const(0x15)
75-
BMP_REG_ASIC_STATUS = const(0x11)
7675

7776
# ODR settings
7877
BMP5XX_ODR_240_HZ = const(0x00)
@@ -224,8 +223,6 @@ class BMP5XX:
224223
command = RWBits(8, BMP5_REG_CMD, 0) # command register
225224
"""Command register"""
226225

227-
hardware_interface = RWBits(2, BMP_REG_ASIC_STATUS, 0)
228-
229226
def __init__(
230227
self,
231228
i2c: I2C = None,

0 commit comments

Comments
 (0)