Skip to content

Commit aabd737

Browse files
authored
Merge pull request #282 from makermelissa/master
Added FakeRequests and PortalBase
2 parents fde95f1 + ed967dc commit aabd737

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,3 +751,9 @@
751751
[submodule "libraries/drivers/mlx90395"]
752752
path = libraries/drivers/mlx90395
753753
url = https://github.com/adafruit/Adafruit_CircuitPython_MLX90395.git
754+
[submodule "libraries/helpers/fakerequests"]
755+
path = libraries/helpers/fakerequests
756+
url = https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git
757+
[submodule "libraries/helpers/portalbase"]
758+
path = libraries/helpers/portalbase
759+
url = https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git

docs/drivers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ specific boards.
3232
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
3333
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
3434
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
35+
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>
3536
PyBadger (PyBadge and PyGamer) <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
3637
Adafruit PyPortal <https://circuitpython.readthedocs.io/projects/pyportal/en/latest/>
3738
Adafruit MONSTER M4SK <https://circuitpython.readthedocs.io/projects/monsterm4sk/en/latest/>
@@ -109,6 +110,7 @@ Helpers for interfacing with the internet, including IoT protocols.
109110

110111
.. toctree::
111112

113+
Fake Requests <https://circuitpython.readthedocs.io/projects/fakerequests/en/latest/>
112114
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>
113115
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
114116
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>

libraries/helpers/fakerequests

Submodule fakerequests added at 7dd5edd

libraries/helpers/portalbase

Submodule portalbase added at 64dc521

0 commit comments

Comments
 (0)