Merge pull request #274 from FoamyGuy/adding_monsterm4sk
adding monster m4sk
This commit is contained in:
commit
50ef8d5510
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -739,3 +739,6 @@
|
|||
[submodule "libraries/drivers/emc2101"]
|
||||
path = libraries/drivers/emc2101
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_EMC2101.git
|
||||
[submodule "libraries/drivers/monsterm4sk"]
|
||||
path = libraries/drivers/monsterm4sk
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ specific boards.
|
|||
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
|
||||
PyBadger (PyBadge and PyGamer) <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
|
||||
Adafruit PyPortal <https://circuitpython.readthedocs.io/projects/pyportal/en/latest/>
|
||||
Adafruit MONSTER M4SK <https://circuitpython.readthedocs.io/projects/monsterm4sk/en/latest/>
|
||||
|
||||
Helper Libraries
|
||||
-----------------
|
||||
|
|
|
|||
1
libraries/drivers/monsterm4sk
Submodule
1
libraries/drivers/monsterm4sk
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b9f1195fae58bc4450bce24705f70132d14a3a52
|
||||
Loading…
Reference in a new issue