mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
- Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0
12 lines
262 B
Python
Executable file
12 lines
262 B
Python
Executable file
#!/usr/bin/env python3
|
|
#
|
|
# Copyright 2017 Ettus Research, a National Instruments Company
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
|
|
import libpyusrp_periphs as p
|
|
|
|
dev = p.n3xx.periph_manager("/dev/spidev1.0")
|
|
lmk = dev.get_clock_gen()
|
|
lmk.verify_chip_id()
|