uhd/mpm/python/usrp_mpm/chips/__init__.py
Brent Stapleton 4f49b4a937 mpm: adding adf400x support to chips
Adding ADF400X driver to MPM. This uses the Boost.Python bound spidev,
and is largely a translation from the C++ driver in UHD.
2018-06-27 10:22:25 -07:00

11 lines
199 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