Releases: adafruit/Adafruit_IO_Arduino
Releases · adafruit/Adafruit_IO_Arduino
2.7.6
"It's about time"
Don't have any available pins to use a RTC? Just poll the Adafruit IO Server's time feeds instead!
- Adafruit_IO_Arduino client library updated to support three types of time helpers:
time/seconds
,time/milliseconds
, andtime/ISO-8601
- Example for subscribing to all three of the feed subscriptions added to
examples/adafruitio_17_time_subscribe/adafruitio_17_time_subscribe.ino
v2.7.5
-
#36 Fixed Feed.
get()
call causing hard-reset on ESP32. -
Examples edited for compatibility with the ESP32 (due to lack of
analogWrite()
):adafruitio_09_analog_out
adafruitio_13_rgb
-
Added the ESP32Servo Library to
adafruitio_16_servo
. -
Added Read-The-Docs to reduce README.md size.
-
Added TravisCI for pull requests.
Fix for Ethernet FeatherWing
This version removes the archived Adafruit Ethernet2 library as a dependency and switches to the actively maintained Arduino Ethernet Library (https://github.com/arduino-libraries/Ethernet).
Changelog:
- Adafruit Ethernet 2 -> Arduino Ethernet.
- Updated
AdafruitIO_Ethernet.h
to include a check for if the shield is unplugged. - Switch MQTT Ethernet clients to only connect on port 1883 while retaining
_mqtt_port
as 8883 for all WiFi MQTT connections. - Explicitly pass
MQTTClient
the Adafruit IO Username and Key. - Updated project dependencies to reflect the switch to Arduino Ethernet.
- Updated documentation and links.
- Updated travis configuration to remove slowdowns caused by testing sensor-dependent sketches, only testing the core API sketches.
- Updated README to include new TravisCI build link.
v2.7.1
v2.7.0
v2.6.0
v2.5.0
adds esp32 support
v2.4.3
small tweak to the servo example
v2.4.2
add servo example
v2.4.1
adds dht22 example