Merge pull request #81 from arofarn/trellism4_ext
Add NeotrellisM4 extended library to the bundle
This commit is contained in:
commit
ccd43a89ad
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -136,3 +136,6 @@
|
|||
[submodule "libraries/drivers/74hc165"]
|
||||
path = libraries/drivers/74hc165
|
||||
url = https://github.com/WoolseyWorkshop/WoolseyWorkshop_CircuitPython_74HC165.git
|
||||
[submodule "libraries/drivers/trellism4_extended"]
|
||||
path = libraries/drivers/trellism4_extended
|
||||
url = https://github.com/arofarn/CircuitPython_TrellisM4_extended.git
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ Here is a listing of current CircuitPython Community Libraries. There are 46 lib
|
|||
* [at42qt-acorn-python](https://github.com/skerr92/at42qt-acorn-python.git)
|
||||
* [slight CircuitPython TLC5957](https://github.com/s-light/slight_CircuitPython_TLC5957.git)
|
||||
* [Woolsey Workshop CircuitPython 74HC165](https://github.com/WoolseyWorkshop/WoolseyWorkshop_CircuitPython_74HC165.git) ([PyPI](https://pypi.org/project/woolseyworkshop-circuitpython-74hc165/)) \([Docs](https://woolseyworkshop-circuitpython-74hc165.readthedocs.io/en/latest/))
|
||||
* [CircuitPython NeoTrellisM4 extended (with Neotrellis seesaw boards)] (https://github.com/arofarn/CircuitPython_TrellisM4_extended)
|
||||
|
||||
## Helpers:
|
||||
* [CIRCUITPYTHON ifttt](https://github.com/benevpi/CIRCUITPYTHON_ifttt.git) \([Docs](https://circuitpython-ifttt.readthedocs.io/))
|
||||
|
|
|
|||
1
libraries/drivers/trellism4_extended
Submodule
1
libraries/drivers/trellism4_extended
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit fcb2a00a69c64250db4e5dce2945c45193a85d7d
|
||||
Loading…
Reference in a new issue