Hi,
I'm using the ad9361z7035 and I want to output a stream of captured data to the serial monitor over uart.
I have followed this no-OS guide to build the project for the ad9361 using make command, but when I want to call the adc_capture() function in main.c,
I get an error saying that it is undefined.
Is the adc_capture() function replaced by another function or do I miss some files?
Kind regards