Releases: adafruit/Adafruit_CircuitPython_AdafruitIO
Releases · adafruit/Adafruit_CircuitPython_AdafruitIO
1.1
- BREAKING CHANGE: Updated examples to reflect updated NeoPixel abstraction in ESP32SPI (#14).
- Added an analog input example for sending
analogio
sensor data to Adafruit IO (#11) - Updated examples for PyPortal pin definitions (#10)
- Updated weather example to fix incorrect humidity (#7)
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Adafruit IO for CircuitPython
Initial release of Adafruit IO CircuitPython.
- This library will allow a WiFi-connected CircuitPython microcontroller to communicate with the Adafruit IO REST API.
- Supports WiFi using the ESP32SPI CircuitPython library
- Added examples for interacting with Adafruit IO Groups, sending data to feeds, including metadata (such as timestamps and location) with data sent to IO, interacting with digital outputs, and getting weather data from the Adafruit IO Plus Dark Sky service
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.