From 4f49b4a937c0f6724828fa6ecfa9b14cc0f23f34 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Tue, 17 Apr 2018 13:15:38 -0700 Subject: 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. --- mpm/python/usrp_mpm/chips/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm/python/usrp_mpm/chips/__init__.py') diff --git a/mpm/python/usrp_mpm/chips/__init__.py b/mpm/python/usrp_mpm/chips/__init__.py index c8d50d714..15b4a3704 100644 --- a/mpm/python/usrp_mpm/chips/__init__.py +++ b/mpm/python/usrp_mpm/chips/__init__.py @@ -7,4 +7,5 @@ Chips submodule """ +from .adf400x import ADF400x from .lmk04828 import LMK04828 -- cgit v1.2.3