Releases: adafruit/Adafruit_CircuitPython_AdafruitIO
Fix IO_MQTT.get
#55 Fixes IO_MQTT.get method. Thanks @DougBurke!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
5.0.1 - Add ESP32SPI Simpletest
#54 New example: ESP32SPI simpletest
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
BREAKING RELEASE - ESP32S2, CPython
- BREAKING:
init
argument now takes in aadafruit_circuitpython_requests
object instead of awifimanager
object. - Added compatibility and examples for using this library with:
- Examples updated to reflect library updates.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
4.3.0 - Raise throttling errors
#50 Fixes throttling message parsing
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
4.2.2 - Update docstrings
Generalizes specific language used in topic callback docstrings
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
4.2.1 - Fix inconsistent aio_username in examples
This release #48 changes aio_user
to aio_username
to keep consistent with secrets.py file.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
4.2.0 - Feed-Specific Callbacks
This release:
- #46 Adds
add_feed_callback
andremove_feed_callback
to set up feed-specific message handlers methods.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
Added receive_all_data function
This release:
- #44 Adds
receive_all_data
to get all data from a feed and updates the linting
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
4.0.0
This release:
- #41 Removes the
loop_blocking
method - #43 Fixes
AttributeError: 'module' object has no attribute 'set_socket'
error with included examples.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.
3.3.3 - Fixed discord invite link
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-adafruitio
.
Read the docs for info on how to use it.