analogdevicesinc / libad9166-iio

GNU Lesser General Public License v2.1
0 stars 5 forks source link

Update ad9166 test #35

Closed trishaange01 closed 3 months ago

trishaange01 commented 3 months ago

PR Description

This change includes an update on the frequency value being set by the set_frequency() function. The fix was made due to the issue produced by the previous value, 3000000000, which is "No such device" error. Also, any value close to 3000000000 and higher causes this error. The value being set now is 2100000000.

PR Type

PR Checklist

trishaange01 commented 3 months ago

Closing this since it came from a forked repo and a new one is created