Skip to content
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

adi:ad4080: Add initial AD4080 support #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ribdp
Copy link
Contributor

@ribdp ribdp commented Mar 29, 2024

Pull Request Description

  1. Add driver with IIO attributes as properties
  2. Add example script to configure attrs and capture data

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have performed a self-review of the changes
  • I have commented my code, at least hard-to-understand parts
  • I have build all projects affected by the changes in this PR
  • I have tested in hardware affected projects, at the relevant boards
  • I have signed off all commits from this PR
  • I have updated the documentation by running CI/gen_doc/docs/gen_sysobj_doc.m script locally, if applies.

@ribdp ribdp force-pushed the add-ad4080-support branch from 7fe316e to ee9770d Compare March 29, 2024 06:23
@ribdp ribdp marked this pull request as ready for review March 29, 2024 06:24
1. Add driver with IIO attributes as properties
2. Add example script to configure attrs and capture data

Signed-off-by: RibhuDP <[email protected]>
@ribdp ribdp force-pushed the add-ad4080-support branch from ee9770d to 25791b5 Compare March 29, 2024 06:29
% data from the AD4080.
%
% rx = adi.AD4080.Rx;
% rx = adi.AD4080.Rx('uri','192.168.2.1');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add "ip:" prior to the address

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants