-
Notifications
You must be signed in to change notification settings - Fork 11
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: Add support for AD4052 #28
Conversation
01ce48b
to
1e26742
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some minor comments
+adi/+AD405x/Base.m
Outdated
% integer. | ||
SamplesPerFrame = 400 | ||
|
||
% BurstAveragingLength Burst Averaging Length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Format extra space
+adi/+AD405x/Base.m
Outdated
% Length of the averaging filter in 'burst averaging mode' | ||
AvgFilterLength = 2 | ||
|
||
% BurstSampleRate Burst Sample Rate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: extra space
end | ||
|
||
function set.AvgFilterLength(obj, value) | ||
% Setter method for the Averaging Filter Length attribute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Can format comment spacing in-line with the line 85. Same comment for line 93.
docs/source/reference_api/index.rst
Outdated
@@ -0,0 +1,37 @@ | |||
Reference APIs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall this change be reflected in the commit message as this is not specific to ad405x doco?
@@ -11,9 +11,9 @@ jobs: | |||
with: | |||
submodules: recursive | |||
- name: Set up Python 3.7 | |||
uses: actions/setup-python@v2 | |||
uses: actions/setup-python@v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be part of a separate commit (maybe the previous one on documentation) and a relevant message be added to the commit?
47c4cf3
to
7f8d09a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo in 3rd commit message word instruction
.
Is Base.m file removed? It somehow doesn't appear on my end.!
1. Add AD405x family driver base class 2. Add AD4052 Receive rx class 3. Add AD4052 data capture example Signed-off-by: RibhuDP <[email protected]>
1. Add reference to reference api index 2. Generate documentation from comments Signed-off-by: RibhuDP <[email protected]>
1. Update pull request template instruction for doc build 2. Update requirements and doc.yml for sphinx installation Signed-off-by: RibhuDP <[email protected]>
Pull Request Description
PR Type
PR Checklist