mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
15 lines
318 B
Python
15 lines
318 B
Python
#
|
|
# Copyright 2017 Ettus Research, a National Instruments Company
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
"""
|
|
Chips submodule
|
|
"""
|
|
|
|
from .adf400x import ADF400x
|
|
from .lmk04828 import LMK04828
|
|
from .lmk04832 import LMK04832
|
|
from .lmk03328 import LMK03328
|
|
from .lmk05318 import LMK05318
|
|
from . import ic_reg_maps
|