Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 19, 2020 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/9c0c0dc6cda3214ae3ac1cf42f8c31d5 to your computer and use it in GitHub Desktop.
Save parzibyte/9c0c0dc6cda3214ae3ac1cf42f8c31d5 to your computer and use it in GitHub Desktop.
// Recuerda que en io.feed() debes indicar el nombre del feed que configuraste en la web
AdafruitIO_Feed *temperaturaAdafruit = io.feed("Temperatura");
AdafruitIO_Feed *humedadAdafruit = io.feed("Humedad");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment