mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
- Creates mpm/ subdirectory - First pass at hardware daemon/MPM - New code for LMK04828, AD9371 - spidev integration Contributions by: Martin Braun <martin.braun@ettus.com> Derek Kozel <derek.kozel@ettus.com> Mark Meserve <mark.meserve@ni.com> Andrej Rode <andrej.rode@ettus.com>
7 lines
147 B
Python
Executable file
7 lines
147 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import libpyusrp_periphs as p
|
|
|
|
dev = p.n3xx.periph_manager("/dev/spidev1.0")
|
|
lmk = dev.get_clock_gen()
|
|
lmk.verify_chip_id()
|