Added FakeRequests
This commit is contained in:
parent
17c6a9e3df
commit
740ce5eb7c
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -751,3 +751,6 @@
|
|||
[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
|
||||
|
|
|
|||
|
|
@ -109,6 +109,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/>
|
||||
|
|
|
|||
1
libraries/helpers/fakerequests
Submodule
1
libraries/helpers/fakerequests
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7dd5edd946d87a71a957201fc08be3d166a3d07c
|
||||
Loading…
Reference in a new issue