-
Notifications
You must be signed in to change notification settings - Fork 1.7k
drivers/potentiometer : Driver for AD5161 #2597
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
Conversation
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.
please comply with the Submission Checklist as stated in the PR description.
686f3c0
to
5612632
Compare
|
||
/******************************************************************************/ | ||
/*************************** Types Declarations *******************************/ | ||
/******************************************************************************/ |
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.
remove these comment blocks
}; | ||
|
||
|
||
|
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.
too many newlines
|
||
struct no_os_spi_desc *spi_desc; | ||
/* Digital interface select GPIO descriptor */ | ||
struct no_os_gpio_desc *dis_gpio_desc; |
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.
be consistent in documenting these, some have a comment, some dont, also use /** comment */ syntax, to make it a doxygen comment
b8118d5
to
15e3ee0
Compare
Signed-off-by: gprasad <[email protected]> Driver for potentiometer AD5161/AD5160. These devices uses the I2C interface for programming.
15e3ee0
to
4f1286c
Compare
Pull Request Description
This is the driver for the AD5161 digipot.
PR Type
PR Checklist