Skip to content

Commit efaf858

Browse files
Update README.md
1 parent b70390b commit efaf858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ NONE\_ERROR if the shadow delta topic is successfully unsubscribed and the callb
430430
<a name="example"></a>
431431
## Example
432432
### BasicPubSub
433-
This example demonstrates a simple MQTT publish/subscribe using AWS IoT from Arduino Yún board. It first subscribes to a topic once and registers a callback to print out new messages to Serial monitor and then publishes to the topic in a loop. Whenever it receives a new message, it will be printed out to Serial monitor indicating the callback function has been called.
433+
This [example](https://github.com/aws/aws-iot-device-sdk-arduino-yun/tree/master/AWS-IoT-Arduino-Yun-Library/examples/BasicPubSub) demonstrates a simple MQTT publish/subscribe using AWS IoT from Arduino Yún board. It first subscribes to a topic once and registers a callback to print out new messages to Serial monitor and then publishes to the topic in a loop. Whenever it receives a new message, it will be printed out to Serial monitor indicating the callback function has been called.
434434

435435
* **Hardware Required**
436436
Arduino Yún
@@ -489,7 +489,7 @@ None
489489
The full sketch can be found in `AWS-IoT-Arduino-Yun-Library/examples/BasicPubSub`.
490490

491491
### ThingShadowEcho sample app
492-
This example demonstrates Arduino Yún board as a device communicating with AWS IoT, syncing data into the thing shadow in the cloud and receiving commands from an app. Whenever there is a new command from the app side to change the desired state of the device, the board will receive this request and apply the change by publishing it as the reported state. By registering a delta callback function, users will be able to see this incoming message and notice the syncing of the state.
492+
This [example](https://github.com/aws/aws-iot-device-sdk-arduino-yun/tree/master/AWS-IoT-Arduino-Yun-Library/examples/ThingShadowEcho) demonstrates Arduino Yún board as a device communicating with AWS IoT, syncing data into the thing shadow in the cloud and receiving commands from an app. Whenever there is a new command from the app side to change the desired state of the device, the board will receive this request and apply the change by publishing it as the reported state. By registering a delta callback function, users will be able to see this incoming message and notice the syncing of the state.
493493

494494
* **Hardware Required**
495495
Arduino Yún
@@ -572,4 +572,4 @@ The following error codes are defined in `AWS-IoT-Arduino-Yun-Library/aws_iot_er
572572
<a name="support"></a>
573573
## Support
574574
If you have technical questions about AWS IoT Device SDK, please use [AWS IoT forum](https://forums.aws.amazon.com/forum.jspa?forumID=210).
575-
For any other questions on AWS IoT, please contact [AWS Support](https://aws.amazon.com/contact-us/).
575+
For any other questions on AWS IoT, please contact [AWS Support](https://aws.amazon.com/contact-us/).

0 commit comments

Comments
 (0)