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