We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b10b35 commit c5d7ac1Copy full SHA for c5d7ac1
1 file changed
adafruit_lps2x.py
@@ -221,7 +221,6 @@ class LPS25(LPS2X):
221
_data_rate = RWBits(3, _LPS25_CTRL_REG1, 4)
222
223
def __init__(self, i2c_bus: I2C, address: int = _LPS2X_DEFAULT_ADDRESS) -> None:
224
-
225
Rate.add_values(
226
(
227
("LPS25_RATE_ONE_SHOT", 0, 0, None),
0 commit comments