Skip to content

Added FakeRequests and PortalBase #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -751,3 +751,9 @@
[submodule "libraries/drivers/mlx90395"]
path = libraries/drivers/mlx90395
url = https://github.com/adafruit/Adafruit_CircuitPython_MLX90395.git
[submodule "libraries/helpers/fakerequests"]
path = libraries/helpers/fakerequests
url = https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git
[submodule "libraries/helpers/portalbase"]
path = libraries/helpers/portalbase
url = https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git
2 changes: 2 additions & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ specific boards.
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/>
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/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/>
Expand Down Expand Up @@ -109,6 +110,7 @@ Helpers for interfacing with the internet, including IoT protocols.

.. toctree::

Fake Requests <https://circuitpython.readthedocs.io/projects/fakerequests/en/latest/>
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/fakerequests
Submodule fakerequests added at 7dd5ed
1 change: 1 addition & 0 deletions libraries/helpers/portalbase
Submodule portalbase added at 64dc52