Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 766 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 766 Bytes

adf435xgui

QT-based user interface for the ADF4351 Eval board.

adf435xgui

Usage

Usage: adf435xgui [options]

Options:
  -f, --frequency <frequency>  set initial frequency
  -v, --verbose <verbosity>    Trace program start and processing steps
  -h, --help                   Displays help on commandline options.
  --help-all                   Displays help including Qt specific options.

Development

You need a libusb and QT development installation. If you use qtcreator you can simply open the file adf435xgui.pro to edit the project.

Building

Just type:

qmake
make

This creates the executable adf435xgui in the build directory, either linux or mac or windows, depending on your OS.