File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3838* Adafruit CircuitPython firmware for the supported boards:
3939 https://github.com/adafruit/circuitpython/releases
4040
41+ * Adafruit CircuitPython Logger
42+ https://github.com/adafruit/Adafruit_CircuitPython_Logger
43+
4144"""
4245import struct
4346import time
@@ -83,7 +86,7 @@ class MMQTTException(Exception):
8386class MQTT :
8487 """
8588 MQTT client interface for CircuitPython devices.
86- :param socket: Socket object for provided network interface
89+ :param socket: Socket object for network interface.
8790 :param str broker: MQTT Broker URL or IP Address.
8891 :param int port: Optional port definition, defaults to 8883.
8992 :param str username: Username for broker authentication.
Original file line number Diff line number Diff line change @@ -23,15 +23,9 @@ Table of Contents
2323.. toctree ::
2424 :caption: Tutorials
2525
26- .. todo :: Add any Learn guide links here. If there are none, then simply delete this todo and leave
27- the toctree above for use later.
28-
2926.. toctree ::
3027 :caption: Related Products
3128
32- .. todo :: Add any product links here. If there are none, then simply delete this todo and leave
33- the toctree above for use later.
34-
3529.. toctree ::
3630 :caption: Other Links
3731
You can’t perform that action at this time.
0 commit comments