Skip to content

Commit

Permalink
Reorganize ADIS16XXX parts to have 1 class per part (mostly) and clea…
Browse files Browse the repository at this point in the history
…nup of some share properties

Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Jun 27, 2024
1 parent eebec6f commit bf10373
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 462 deletions.
13 changes: 11 additions & 2 deletions adi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,17 @@
from adi.adg2128 import adg2128
from adi.adis16460 import adis16460
from adi.adis16475 import adis16475
from adi.adis16480 import adis16480
from adi.adis16495 import adis16495
from adi.adis16480 import (
adis16375,
adis16480,
adis16485,
adis16488,
adis16490,
adis16495,
adis16497,
adis16545,
adis16547,
)
from adi.adis16507 import adis16507
from adi.adl5240 import adl5240
from adi.adl5960 import adl5960
Expand Down
Loading

0 comments on commit bf10373

Please sign in to comment.