From f0f725e48272dfbdcced82a17f7e0b1f92b86f5e Mon Sep 17 00:00:00 2001 From: lienng_aws <66034203+LienNguyen2910@users.noreply.github.com> Date: Wed, 22 Dec 2021 17:17:01 -0800 Subject: [PATCH] Update README.md Add link to RedBoard Turbo Fun set up instruction. --- examples/Arduino/SerialPassthrough/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/Arduino/SerialPassthrough/README.md b/examples/Arduino/SerialPassthrough/README.md index 1982a29..4cb3cf9 100644 --- a/examples/Arduino/SerialPassthrough/README.md +++ b/examples/Arduino/SerialPassthrough/README.md @@ -1,3 +1,5 @@ ## Serial Passthrough -This example is simply a way to pass commands through an Arduino host board to the ExpressLink. This makes manually interacting with the ExpressLink attached to an Arduino host very simple. Use this sketch to explore the commands and perform one-time configurations such as the SSID/Passphrase for WiFi. \ No newline at end of file +This example is simply a way to pass commands through an SparkFun RedBoard Turbo Arduino host board to the ExpressLink. This makes manually interacting with the ExpressLink attached to an Arduino host very simple. Use this sketch to explore the commands and perform one-time configurations such as the SSID/Passphrase for WiFi. + +Instructions on how to set up the RedBoard Turbo in Arduino IDE can be found [here](https://learn.sparkfun.com/tutorials/redboard-turbo-hookup-guide).