Skip to content

7.1.0 Userdata Argument for Callbacks

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 11 Jan 01:39
· 234 commits to main since this release
10d7045

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.