I am using libiio and I would like setup Ad9361 to DDS Mode with Single tone CW and control Phase and Freq
I did not see any param to change DDS in /sys/bus/iio/devices/iio:xxxx
How do I able control this DDS Mode using Lib IIO API
Thanks
There DDS controls are under the "cf-ad9361-dds-core-lpc" device.
Here is an existing example that uses the DDS: https://github.com/analogdevicesinc/plutosdr_scripts/blob/master/power.c
-Travis