Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update adafruit_dps310/basic.py
Co-authored-by: James Carr <[email protected]>
  • Loading branch information
jposada202020 and lesamouraipourpre authored May 25, 2021
commit ef9555e5495fe32d1a9e905b743ffea2607835e7
2 changes: 1 addition & 1 deletion adafruit_dps310/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
class DPS310:
# pylint: disable=too-many-instance-attributes
"""Library for the DPS310 Precision Barometric Pressure Sensor.
Depending on your board memory availability you could use DPS310_Featured.
Depending on your board memory availability you could use DPS310_Advanced.

:param ~busio.I2C i2c_bus: The I2C bus the DPS310 is connected to.
:param int address: The I2C device address. Defaults to :const:`0x77`
Expand Down