Skip to content

Commit

Permalink
adi: adis16475: Add support for adis1657x
Browse files Browse the repository at this point in the history
Signed-off-by: Ramona Gradinariu <ramona.gradinariu@analog.com>
  • Loading branch information
rbolboac committed May 23, 2024
1 parent 9fc9082 commit 6553ff9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions adi/adis16475.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ def __init__(self, uri="", device_name="adis16505-2"):
"adis16507-1",
"adis16507-2",
"adis16507-3",
"adis16575-2",
"adis16575-3",
"adis16576-2",
"adis16576-3",
"adis16577-2",
"adis16577-3",
]

if device_name not in compatible_parts:
Expand Down

0 comments on commit 6553ff9

Please sign in to comment.