Skip to content

completed mcp23017. Will push and merge. Once merged another PR to …#146

Merged
taartspi merged 2 commits into
masterfrom
mcp23017__args_drv1
Jun 27, 2026
Merged

completed mcp23017. Will push and merge. Once merged another PR to …#146
taartspi merged 2 commits into
masterfrom
mcp23017__args_drv1

Conversation

@taartspi

Copy link
Copy Markdown
Collaborator

…condense common code and delete utilities no longer needed

…ndense common code and delete utilities no longer needed
// create an I2C to the <MCP23008.
I2C mcpDev = createI2cDevice(pi4j, busNum, address);
// Create the Mcp23008Driver passing the MCP23008 I2C device
Mcp23017Driver mcpDriver = new Mcp23017Driver(mcpDev);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

jumped the gun. needs the mcp23017Driver update in the driver snapshot

Updated Mcp23017Driver instantiation to include a second parameter.
@taartspi

Copy link
Copy Markdown
Collaborator Author

will merge using the older mcp23017driver ctor

@taartspi taartspi merged commit fe76eed into master Jun 27, 2026
1 check passed
@taartspi taartspi deleted the mcp23017__args_drv1 branch June 27, 2026 12:37
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.

1 participant