Releases: adafruit/Adafruit_IO_Arduino
2.7.17
2.7.16
2.7.15
2.7.14
Release Notes
- Patched
toRed
,toGreen
,toBlue
, andtoNeoPixel
functions to avoid conversion errors and simplify syntax. Thanks @supuflounder!
2.7.13
Patch Compilation Errors
Fixing compilation errors, commit 4d75091
2.7.11
Shared Feeds!
You can now subscribe (and write to!) a shared feed on Adafruit IO.
Don't know what shared feeds are? Check out the sharing a feed page on Adafruit IO Basics: Feeds guide on the Adafruit Learning System: https://learn.adafruit.com/adafruit-io-basics-feeds/sharing-a-feed
Release Notes
- Add the ability to write to and/or read from a shared feed on Adafruit IO:
Example of creating a shared feed:
AdafruitIO_Feed *sharedFeed = io.feed("FEED-NAME", "feed-owner");
-
Cleaned up some compiler warnings (compiling verbose should have a nicer/cleaner compile)
-
Added example of writing to a feed (modification of Digital_In, but for shared feeds) https://github.com/adafruit/Adafruit_IO_Arduino/tree/master/examples/adafruitio_20_shared_feed_write
-
Added example of reading from a feed: https://github.com/adafruit/Adafruit_IO_Arduino/tree/master/examples/adafruitio_21_feed_read