Skip to content

Commit

Permalink
fix link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanallen committed Nov 16, 2018
1 parent 97de45a commit b35de3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/io-adafruit.md
Expand Up @@ -21,6 +21,6 @@ We can turn the ESP32 into a cloud connected device that can be controlled from

Run this program and then go to your io.adafruit.com dashboard and add a data item to a feed called "test". Each time you add a new data item, it will show up on your device and turn an LED on (\>=4) or off (\<4). This because the program "subscribes" to that particular feed, and gets notified each time it changes.

### [io_pubsub.py](../examples/io_sub.py)
### [io_pubsub.py](../examples/io_pubsub.py)

This code both publishes, and is subscribed to the cloud. Each time it sends a value to the cloud, it is immediately notified that a change happened for that feed. This simulates how you might set up two different devices, where one publishes, and the other subscribes to the same feed. This way, they can communicate to each other from any location.

0 comments on commit b35de3d

Please sign in to comment.