7.1.0 Userdata Argument for Callbacks
This release adds user_data
argument to the init function. This optional data object will be passed to the mqtt callback functions when they are called.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt
.
Read the docs for info on how to use it.