Skip to content

Shared Feeds!

Compare
Choose a tag to compare
@brentru brentru released this 02 Aug 20:43
· 351 commits to master since this release
b4af23a

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");