We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d941ac4 + 5fcf6cc commit c343347Copy full SHA for c343347
README.rst
@@ -31,6 +31,8 @@ Dependencies
31
This driver depends on:
32
33
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
34
+* `Adafruit CircuitPython ConnectionManager <https://github.com/adafruit/Adafruit_CircuitPython_ConnectionManager/>`_
35
+* `Adafruit CircuitPython MiniMQTT <https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT>`_
36
37
Please ensure all dependencies are available on the CircuitPython filesystem.
38
This is easily achieved by downloading
requirements.txt
@@ -3,3 +3,4 @@
3
# SPDX-License-Identifier: Unlicense
4
5
Adafruit-Blinka
6
+adafruit-circuitpython-minimqtt
0 commit comments