Skip to content

Commit 4b007f6

Browse files
authored
Merge pull request #259 from makermelissa/master
Added MatrixPortal to bundle
2 parents cf7f301 + ad7b505 commit 4b007f6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -709,3 +709,6 @@
709709
[submodule "libraries/drivers/ms8607"]
710710
path = libraries/drivers/ms8607
711711
url = https://github.com/adafruit/Adafruit_CircuitPython_MS8607.git
712+
[submodule "libraries/helpers/matrixportal"]
713+
path = libraries/helpers/matrixportal
714+
url = https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal.git

docs/drivers.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ specific boards.
3030
Adafruit CircuitPlayground <https://circuitpython.readthedocs.io/projects/circuitplayground/en/latest/>
3131
Adafruit CLUE <https://circuitpython.readthedocs.io/projects/clue/en/latest/>
3232
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
33+
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
3334
PyBadger (PyBadge and PyGamer) <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
3435
Adafruit PyPortal <https://circuitpython.readthedocs.io/projects/pyportal/en/latest/>
3536

@@ -94,8 +95,8 @@ Helpers for connecting with hosted and self-hosted internet-of-things web servic
9495
Amazon AWS IoT <https://circuitpython.readthedocs.io/projects/aws_iot/en/latest/>
9596
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/>
9697
Google Cloud IoT Core <https://circuitpython.readthedocs.io/projects/gc_iot_core/en/latest/>
97-
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/>
9898
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/>
99+
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/>
99100

100101
Internet/Internet-of-Things Helpers
101102
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -104,10 +105,10 @@ Helpers for interfacing with the internet, including IoT protocols.
104105

105106
.. toctree::
106107

107-
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
108108
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>
109-
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
109+
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
110110
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
111+
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
111112

112113
Bluetooth Low Energy Helpers
113114
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

libraries/helpers/matrixportal

Submodule matrixportal added at 89b4a87

0 commit comments

Comments
 (0)