modules/drivers: MCP230XX refactor/redesign#23
Closed
rwaldron wants to merge 352 commits intoModdable-OpenSource:publicfrom
Closed
modules/drivers: MCP230XX refactor/redesign#23rwaldron wants to merge 352 commits intoModdable-OpenSource:publicfrom
rwaldron wants to merge 352 commits intoModdable-OpenSource:publicfrom
Conversation
…th uncompressed alpha mask. removes over 300 KB from binary.
…ist, just return undefined
…n so app can clean-up connection normally
mkellner
pushed a commit
that referenced
this pull request
May 31, 2018
mkellner
pushed a commit
that referenced
this pull request
Jun 1, 2018
mkellner
pushed a commit
that referenced
this pull request
Jun 9, 2018
mkellner
pushed a commit
that referenced
this pull request
Jun 19, 2018
mkellner
pushed a commit
that referenced
this pull request
Jun 22, 2018
mkellner
pushed a commit
that referenced
this pull request
Jul 5, 2018
mkellner
pushed a commit
that referenced
this pull request
Jul 24, 2018
mkellner
pushed a commit
that referenced
this pull request
Aug 9, 2018
mkellner
pushed a commit
that referenced
this pull request
Aug 13, 2018
mkellner
pushed a commit
that referenced
this pull request
Aug 18, 2018
mkellner
pushed a commit
that referenced
this pull request
Aug 21, 2018
mkellner
pushed a commit
that referenced
this pull request
Aug 28, 2018
mkellner
pushed a commit
that referenced
this pull request
Sep 22, 2018
mkellner
pushed a commit
that referenced
this pull request
Oct 1, 2018
mkellner
pushed a commit
that referenced
this pull request
Oct 11, 2018
mkellner
pushed a commit
that referenced
this pull request
Oct 22, 2018
mkellner
pushed a commit
that referenced
this pull request
Oct 30, 2018
mkellner
pushed a commit
that referenced
this pull request
Nov 13, 2018
mkellner
pushed a commit
that referenced
this pull request
Nov 22, 2018
mkellner
pushed a commit
that referenced
this pull request
Dec 20, 2018
mkellner
pushed a commit
that referenced
this pull request
Dec 21, 2018
mkellner
pushed a commit
that referenced
this pull request
Jan 7, 2019
mkellner
pushed a commit
that referenced
this pull request
Jan 29, 2019
mkellner
pushed a commit
that referenced
this pull request
Feb 14, 2019
mkellner
pushed a commit
that referenced
this pull request
Feb 21, 2019
mkellner
pushed a commit
that referenced
this pull request
Mar 11, 2019
mkellner
pushed a commit
that referenced
this pull request
Dec 8, 2021
mkellner
pushed a commit
that referenced
this pull request
Dec 8, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry about this duplicate PR, the other one was no longer getting updated because my fork was no longer a valid fork of this repo (I suspect this was a side effect of private->public switch)
Summary:
MCP23008andMCP23017are subclasses ofExpanderExpanderis a subclass ofSMBusExpanderinstances can read & write the entire GPIO bankExpanderinstances are iterablePininstance objectsPininstances can read, write or set the mode of a single pinMore explanations are included in the docs