mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
12 lines
251 B
Python
Executable file
12 lines
251 B
Python
Executable file
#!/usr/bin/env python3
|
|
#
|
|
# Copyright 2017 Ettus Research, National Instruments Company
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0
|
|
#
|
|
|
|
import libpyusrp_periphs as p
|
|
|
|
dev = p.n3xx.periph_manager("/dev/spidev1.0")
|
|
lmk = dev.get_clock_gen()
|
|
lmk.verify_chip_id()
|