We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591bb79 commit d9cd8deCopy full SHA for d9cd8de
adafruit_dps310/advanced.py
@@ -199,9 +199,6 @@ class DPS310_Advanced(DPS310):
199
def __init__(self, i2c_bus, address=_DPS310_DEFAULT_ADDRESS):
200
super().__init__(i2c_bus, _DPS310_DEFAULT_ADDRESS)
201
202
- self.sea_level_pressure = 1013.25
203
- """Pressure in hectoPascals at sea level. Used to calibrate :attr:`altitude`."""
204
- self.initialize()
205
206
def initialize(self):
207
"""Initialize the sensor to continuous measurement"""
0 commit comments