Skip to content

Commit ef9555e

Browse files
Update adafruit_dps310/basic.py
Co-authored-by: James Carr <[email protected]>
1 parent e8f7487 commit ef9555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dps310/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
class DPS310:
6161
# pylint: disable=too-many-instance-attributes
6262
"""Library for the DPS310 Precision Barometric Pressure Sensor.
63-
Depending on your board memory availability you could use DPS310_Featured.
63+
Depending on your board memory availability you could use DPS310_Advanced.
6464
6565
:param ~busio.I2C i2c_bus: The I2C bus the DPS310 is connected to.
6666
:param int address: The I2C device address. Defaults to :const:`0x77`

0 commit comments

Comments
 (0)