-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix output data formatting and limited SR #320
base: master
Are you sure you want to change the base?
Conversation
c5b333b
to
81277d0
Compare
Signed-off-by: Darshil Trivedi <[email protected]>
I was wondering if I need to update anything on my end for this PR? |
I was wondering if the new buffer API that was added could handle these type conversion automatically for you. As long as the format is described correctly in the IIO channel it should provide the correct output. This was added with this commit if you want to just rebase on master: 294d9cf |
I moved out of my rotation from PCT team and no longer have access to the boards. I could try to rebase it and make the changes but not sure it will work since I could not test them on actual board. |
Hello Travis, |
We really need someone with hardware to valid |
Description
While addition of new device to the ad463x family, ad4030(single channel version) particularly , due to changes in C drivers updates were required to python API like removal of sampling_rate_available attribute.
Addition of Continuous sampling example as it was popular customer request.
Fixes # (issue)
Previous version did bit-masking and sign solely based on number of channels but it has to be fixed as other members of ad463x family it might vary.
Sampling rate can be anything from 0 to max value now.
Type of change
Please delete options that are not relevant.
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Documentation
If this is a new feature or example please mention or link any documentation. All new hardware interface classes require documentation.
Checklist: