Skip to content

Releases: adafruit/Adafruit_IO_Arduino

2.7.6

09 Jul 16:14
3a3727c
Compare
Choose a tag to compare

"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, and time/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

21 Jun 17:22
53e2da9
Compare
Choose a tag to compare
  • #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

15 Apr 22:18
Compare
Choose a tag to compare

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

31 Jan 16:13
ebf4ae0
Compare
Choose a tag to compare
  • Added Feed lastValue method to fetch the most recent Data record for a given feed
  • Replaced incoming Data CSV parser with more robust version. It should handle any properly escaped CSV now in exchange for slightly higher memory usage.

v2.7.0

31 Jan 15:54
Compare
Choose a tag to compare
  • update ssl fingerprint
  • csv parsing fixes

v2.6.0

14 Jul 15:49
Compare
Choose a tag to compare

update ssl fingerprint

v2.5.0

19 May 20:41
Compare
Choose a tag to compare

adds esp32 support

v2.4.3

21 Feb 21:14
Compare
Choose a tag to compare

small tweak to the servo example

v2.4.2

20 Feb 22:19
Compare
Choose a tag to compare

add servo example

v2.4.1

20 Feb 16:13
Compare
Choose a tag to compare

adds dht22 example