Skip to content

Commit 7f72db6

Browse files
committed
Changing address description
1 parent 09443cd commit 7f72db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dps310.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class DPS310:
157157
"""Library for the DPS310 Precision Barometric Pressure Sensor.
158158
159159
:param ~busio.I2C i2c_bus: The I2C bus the DPS310 is connected to.
160-
:param int address: The I2C slave address of the sensor. Defaults to :const:`0x77`
160+
:param int address: The I2C device address. Defaults to :const:`0x77`
161161
162162
**Quickstart: Importing and using the DPS310**
163163

0 commit comments

Comments
 (0)