Added MagTag library to bundle
This commit is contained in:
parent
8d6df20208
commit
fe4619e5eb
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -745,3 +745,6 @@
|
|||
[submodule "libraries/drivers/tmp117"]
|
||||
path = libraries/drivers/tmp117
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_TMP117
|
||||
[submodule "libraries/helpers/magtag"]
|
||||
path = libraries/helpers/magtag
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_MagTag.git
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ specific boards.
|
|||
Adafruit CLUE <https://circuitpython.readthedocs.io/projects/clue/en/latest/>
|
||||
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
|
||||
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
|
||||
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/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/>
|
||||
|
|
|
|||
1
libraries/helpers/magtag
Submodule
1
libraries/helpers/magtag
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 50b6a2fb3c10a04324482a7f444bcb576a95ae72
|
||||
Loading…
Reference in a new issue