Skip to content

Commit

Permalink
Merge pull request #474 from trishaange01/ad9375_support
Browse files Browse the repository at this point in the history
Add ad9375 support
  • Loading branch information
tfcollins authored Nov 29, 2023
2 parents 9496ca6 + 51433cd commit f7ceaff
Show file tree
Hide file tree
Showing 13 changed files with 1,505 additions and 332 deletions.
2 changes: 1 addition & 1 deletion adi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from adi.ad719x import ad719x
from adi.ad777x import ad777x
from adi.ad936x import Pluto, ad9361, ad9363, ad9364
from adi.ad937x import ad9371, ad9375
from adi.ad4020 import ad4020
from adi.ad4110 import ad4110
from adi.ad4130 import ad4130
Expand Down Expand Up @@ -40,7 +41,6 @@
from adi.ad9172 import ad9172
from adi.ad9250 import ad9250
from adi.ad9265 import ad9265
from adi.ad9371 import ad9371
from adi.ad9434 import ad9434
from adi.ad9467 import ad9467
from adi.ad9625 import ad9625
Expand Down
325 changes: 0 additions & 325 deletions adi/ad9371.py

This file was deleted.

Loading

0 comments on commit f7ceaff

Please sign in to comment.