Skip to content

Commit

Permalink
Added support to AD4113 device
Browse files Browse the repository at this point in the history
1) Updated ad717x.py to include AD4113
2) Updated supported_parts.md file to add AD4113

Signed-off-by: Guillaume Ranquet <[email protected]>
  • Loading branch information
granquet committed Nov 19, 2024
1 parent fb75a09 commit 8ba6e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions adi/ad717x.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def __init__(self, uri="", device_name=""):
compatible_parts = [
"ad4111",
"ad4112",
"ad4113",
"ad4114",
"ad4115",
"ad4116",
Expand Down
1 change: 1 addition & 0 deletions supported_parts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- AD4110
- AD4111
- AD4112
- AD4113
- AD4114
- AD4115
- AD4116
Expand Down

0 comments on commit 8ba6e79

Please sign in to comment.