Skip to content

Commit

Permalink
Merge pull request #525 from D-Disha/add_ad7194_support
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcollins authored Feb 6, 2024
2 parents dbf2a60 + 5b99031 commit 89d94fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adi/ad719x.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, uri="", device_name=""):
"""Constructor for AD719x class."""
context_manager.__init__(self, uri, self._device_name)

compatible_parts = ["ad7190", "ad7192", "ad7193", "ad7195"]
compatible_parts = ["ad7190", "ad7192", "ad7193", "ad7194", "ad7195"]

self._ctrl = None

Expand Down Expand Up @@ -77,7 +77,7 @@ def scale(self, value):

@property
def offset(self):
"""AD717x channel offset."""
"""AD719x channel offset."""
return float(self._get_iio_attr_str(self.name, "offset", False))

@offset.setter
Expand Down
1 change: 1 addition & 0 deletions supported_parts.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
- AD7190
- AD7192
- AD7193
- AD7194
- AD7195
- AD7291
- AD7768
Expand Down

0 comments on commit 89d94fd

Please sign in to comment.