Skip to content

Commit 262f6b7

Browse files
authored
Merge pull request #200 from brentru/aws-iot
Add AWS IoT to CircuitPython Bundle
2 parents 997149e + 2fa2227 commit 262f6b7

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,3 +559,6 @@
559559
[submodule "libraries/drivers/atecc"]
560560
path = libraries/drivers/atecc
561561
url = https://github.com/adafruit/Adafruit_CircuitPython_ATECC.git
562+
[submodule "libraries/helpers/AWS_IOT"]
563+
path = libraries/helpers/AWS_IOT
564+
url = https://github.com/adafruit/Adafruit_CircuitPython_AWS_IOT.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Helpers for connecting with hosted and self-hosted internet-of-things web servic
8787
.. toctree::
8888

8989
Adafruit IO <https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/>
90+
Amazon AWS IoT <https://circuitpython.readthedocs.io/projects/aws_iot/en/latest/>
9091
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/>
9192
Google Cloud IoT Core <https://circuitpython.readthedocs.io/projects/gc_iot_core/en/latest/>
9293
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/>

libraries/helpers/AWS_IOT

Submodule AWS_IOT added at 8dc74f4

0 commit comments

Comments
 (0)