Skip to content

modules/drivers: MCP230XX refactor/redesign#23

Closed
rwaldron wants to merge 352 commits intoModdable-OpenSource:publicfrom
rwaldron:12
Closed

modules/drivers: MCP230XX refactor/redesign#23
rwaldron wants to merge 352 commits intoModdable-OpenSource:publicfrom
rwaldron:12

Conversation

@rwaldron
Copy link
Contributor

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:

  • MCP23008 and MCP23017 are subclasses of Expander
  • Expander is a subclass of SMBus
    • Expander instances can read & write the entire GPIO bank
  • Expander instances are iterable
    • Entries are Pin instance objects
      • Pin instances can read, write or set the mode of a single pin

More explanations are included in the docs

Patrick Soquet and others added 30 commits December 18, 2017 18:02
…th uncompressed alpha mask. removes over 300 KB from binary.
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
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.

7 participants