Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -541,3 +541,6 @@
[submodule "libraries/helpers/synthtools"]
path = libraries/helpers/synthtools
url = https://github.com/todbot/CircuitPython_SynthTools.git
[submodule "libraries/helpers/menumanager"]
path = libraries/helpers/menumanager
url = https://github.com/relic-se/CircuitPython_MenuManager.git
1 change: 1 addition & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [CircuitPython KeyManager](https://github.com/relic-se/CircuitPython_KeyManager) Helper library to manage notes in musical applications. Includes note priority, arpeggiation, and sequencing. ([Docs](https://circuitpython-keymanager.readthedocs.io/en/latest/))
* [CircuitPython LeapYear](https://github.com/CedarGroveStudios/CircuitPython_LeapYear.git) Confirms whether a specified year is a leap year ([Docs](https://github.com/CedarGroveStudios/CircuitPython_LeapYear/blob/main/media/pseudo_rtd_cedargrove_leapyear.pdf))
* [CircuitPython Mag Cal](https://github.com/furbrain/CircuitPython_mag_cal.git) Calibrate magnetic sensors ([Docs](https://circuitpython-mag-cal.readthedocs.io/en/latest/))
* [CircuitPython MenuManager](https://github.com/relic-se/CircuitPython_MenuManager) Helper library which handles menu management for multiple action and data types and provides drivers for character lcd and displayio-compatible displays. ([Docs](https://circuitpython-menumanager.readthedocs.io/en/latest/))
* [CircuitPython MicroOSC](https://github.com/todbot/CircuitPython_MicroOSC.git) ([PyPi](https://pypi.org/project/circuitpython-microosc)) ([Docs](https://circuitpython-microosc.readthedocs.io/en/latest/)) Minimal OSC parser and server for CircuitPython and CPython
* [CircuitPython_MIDI_Tools](https://github.com/CedarGroveStudios/CircuitPython_MIDI_Tools.git) A collection of methods for processing MIDI notes and Control Change codes ([Docs](https://github.com/CedarGroveStudios/CircuitPython_MIDI_Tools/blob/main/media/pseudo_rtd_cedargrove_midi_tools.pdf))
* [CircuitPython_MiniEthers](https://github.com/ShambaC/CircuitPython_MiniEthers) Circuitpython module for ethereum wallet creation and signing. ([PyPi](https://pypi.org/project/circuitpython-miniethers/)) ([Docs](https://circuitpython-miniethers.readthedocs.io/en/latest/))
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/menumanager
Submodule menumanager added at d93024