-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: implement MCP23017 I/O Expander driver #18
Conversation
Implements the driver for the MCP23017 device. The code is missing comments and documentation. The code compiles but it has not been tested yet. BREAKING CHANGE: None
BREAKING CHANGE: None
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.
Ok, just very verbose. The less and simpler you write the better. Please try to shorten the code and make it simpler (less typedef, ...). The .h is good, I like it, please review the .c, 600 lines of code are really too much for that job. Need to change a couple of things for the style and then proceed to the testing phase.
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.
looks good to me. Proceed with testing
Implements the driver for the MCP23017 device.
The code is missing comments and documentation.
The code compiles but it has not been tested yet.
BREAKING CHANGE: None