Skip to content

Commit

Permalink
Add LTC6948 support
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed May 13, 2024
1 parent 5e26767 commit 9bf8458
Show file tree
Hide file tree
Showing 5 changed files with 617 additions and 0 deletions.
1 change: 1 addition & 0 deletions adijif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
from adijif.plls.adf4371 import adf4371
from adijif.system import system
from adijif.types import range
from adijif.vcos.ltc6948 import ltc6948
2 changes: 2 additions & 0 deletions adijif/vcos/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"""ADI JIF VCO chip models."""
supported_parts = ["ltc6948"]
Loading

0 comments on commit 9bf8458

Please sign in to comment.