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 09443cd commit 7f72db6Copy full SHA for 7f72db6
adafruit_dps310.py
@@ -157,7 +157,7 @@ class DPS310:
157
"""Library for the DPS310 Precision Barometric Pressure Sensor.
158
159
: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`
+ :param int address: The I2C device address. Defaults to :const:`0x77`
161
162
**Quickstart: Importing and using the DPS310**
163
0 commit comments