Skip to content

Releases: adafruit/Adafruit_CircuitPython_AdafruitIO

4.2.1 - Fix inconsistent aio_username in examples

13 Oct 13:24
f2f4e13
Compare
Choose a tag to compare

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

28 Sep 15:45
e458105
Compare
Choose a tag to compare

This release:

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

31 Aug 17:00
2d3de68
Compare
Choose a tag to compare

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

07 Aug 13:17
2fcef79
Compare
Choose a tag to compare

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

09 Jul 21:02
4527ec2
Compare
Choose a tag to compare

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.

Updated Package name in setup

29 Jun 15:23
ff46201
Compare
Choose a tag to compare

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.

Fixed installation via PyPI

29 Jun 15:06
6e657db
Compare
Choose a tag to compare

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.

Updated Examples for MiniMQTT

19 May 21:37
20dfc9e
Compare
Choose a tag to compare

This release adds:

  • #36 Updated examples to match MiniMQTT

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.2.0 - Added new example

14 May 16:08
1414624
Compare
Choose a tag to compare

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.1.3 - Added Black check, reran Black with Python 3 target.

10 Apr 18:23
966b7b3
Compare
Choose a tag to compare

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.