mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
8 lines
147 B
Python
8 lines
147 B
Python
|
|
#!/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()
|