Skip to content

Commit aa8b4e0

Browse files
authored
Merge pull request #176 from brentru/add-minimqtt
Adding MiniMQTT to Bundle
2 parents 66ec339 + a14ea18 commit aa8b4e0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,6 @@
490490
[submodule "libraries/helpers/pybadger"]
491491
path = libraries/helpers/pybadger
492492
url = https://github.com/adafruit/Adafruit_CircuitPython_PyBadger.git
493+
[submodule "libraries/helpers/minimqtt"]
494+
path = libraries/helpers/minimqtt
495+
url = https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
6060
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/>
6161
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
6262
Mini ESP Tool <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
63+
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
6364
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
6465
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>
6566
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>

libraries/helpers/minimqtt

Submodule minimqtt added at fd26c93

0 commit comments

Comments
 (0)