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 e8f7487 commit ef9555eCopy full SHA for ef9555e
adafruit_dps310/basic.py
@@ -60,7 +60,7 @@
60
class DPS310:
61
# pylint: disable=too-many-instance-attributes
62
"""Library for the DPS310 Precision Barometric Pressure Sensor.
63
- Depending on your board memory availability you could use DPS310_Featured.
+ Depending on your board memory availability you could use DPS310_Advanced.
64
65
:param ~busio.I2C i2c_bus: The I2C bus the DPS310 is connected to.
66
:param int address: The I2C device address. Defaults to :const:`0x77`
0 commit comments