diff --git a/adi/ad719x.py b/adi/ad719x.py index 3f6124bf4..d3d27d095 100644 --- a/adi/ad719x.py +++ b/adi/ad719x.py @@ -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 @@ -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 diff --git a/supported_parts.md b/supported_parts.md index c7f95fff5..5e67f346f 100644 --- a/supported_parts.md +++ b/supported_parts.md @@ -75,6 +75,7 @@ - AD7190 - AD7192 - AD7193 +- AD7194 - AD7195 - AD7291 - AD7768