Skip to content

Commit 75887d3

Browse files
Merge pull request #160 from Neradoc/add-mcp23017-scanner
Add MCP23017 Scanner
2 parents 2e2078c + 803036a commit 75887d3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@
316316
[submodule "libraries/drivers/mc3479"]
317317
path = libraries/drivers/mc3479
318318
url = https://github.com/jposada202020/CircuitPython_MC3479.git
319+
[submodule "libraries/helpers/mcp23017_scanner"]
320+
path = libraries/helpers/mcp23017_scanner
321+
url = https://github.com/Neradoc/CircuitPython_mcp23017_Scanner
319322
[submodule "libraries/helpers/displayio_listselect"]
320323
path = libraries/helpers/displayio_listselect
321324
url = https://github.com/FoamyGuy/CircuitPython_DisplayIO_ListSelect.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
111111
* [Jepler CircuitPython udecimal](https://github.com/jepler/Jepler_CircuitPython_udecimal.git) Reduced version of the decimal library for CircuitPython ([PyPi](https://pypi.org/project/jepler-circuitpython-udecimal)) \([Docs](https://jepler-udecimal.readthedocs.io/en/latest/))
112112
* [PiperBlocklyLibrary](https://github.com/buildwithpiper/PiperBlocklyLibrary.git) CircuitPython Library to support block-coding using the RP Pico microcontroller
113113
* [circuitPython dotstar featherwing](https://github.com/dastels/circuitPython_dotstar_featherwing.git) A higher level library for working with the DotStar FeatherWing, build on top of the CircuitPython DotStar driver \([Docs](https://circuitpython.readthedocs.io/projects/dotstar_featherwing/en/latest/))
114+
* [MCP23017 Scanner](https://github.com/Neradoc/CircuitPython_mcp23017_Scanner) A keypad-like module to scan keys or a key matrix connected to a MCP23017 GPIO expander ([Docs](https://mcp23017-matrix-scanner-for-circuitpython.readthedocs.io/))
114115
* [nonblocking timer](https://github.com/Angeleno-Tech/nonblocking_timer.git) nonblockingtimer is a class to simplify the use of time.monotonic() when working with CircuitPython \([Docs](https://circuitpython-nonblocking_timer.readthedocs.io/))
115116
* [nonblocking Serial Input](https://github.com/s-light/CircuitPython_nonblocking_serialinput) CircuitPython helper library to handle serial user input in an nonblocking way \([Docs](https://circuitpython-nonblocking-serialinput.readthedocs.io/))
116117
* [NVM Helper](https://github.com/FoamyGuy/Foamyguy_CircuitPython_nvm_helper) Easy interface to store and retrieve objects persisted via NVM \([Docs](https://circuitpython-nvm-helper.readthedocs.io/))

libraries/helpers/mcp23017_scanner

Submodule mcp23017_scanner added at e3a4dc7

0 commit comments

Comments
 (0)