Skip to content

Commit 7c72e31

Browse files
Merge pull request #161 from Neradoc/add-multi-keypad
Add Multi Keypad helper library
2 parents e0781b4 + b81aa94 commit 7c72e31

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
@@ -322,6 +322,9 @@
322322
[submodule "libraries/helpers/displayio_listselect"]
323323
path = libraries/helpers/displayio_listselect
324324
url = https://github.com/FoamyGuy/CircuitPython_DisplayIO_ListSelect.git
325+
[submodule "libraries/helpers/multi_keypad"]
326+
path = libraries/helpers/multi_keypad
327+
url = https://github.com/Neradoc/CircuitPython_Multi_Keypad
325328
[submodule "libraries/drivers/tm1637_display"]
326329
path = libraries/drivers/tm1637_display
327330
url = https://github.com/Neradoc/CircuitPython_tm1637_display

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
113113
* [PiperBlocklyLibrary](https://github.com/buildwithpiper/PiperBlocklyLibrary.git) CircuitPython Library to support block-coding using the RP Pico microcontroller
114114
* [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/))
115115
* [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/))
116+
* [Multi Keypad](https://github.com/Neradoc/CircuitPython_Multi_Keypad) A helper library to use multiple instances from the keypad library or compatible as a single event queue ([Docs](https://multi-keypad-for-circuitpython.readthedocs.io/))
116117
* [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/))
117118
* [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/))
118119
* [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/multi_keypad

Submodule multi_keypad added at ef94d4c

0 commit comments

Comments
 (0)