From ced7e3cad55662fd5b5cfebcda31438602c255d4 Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Tue, 24 Aug 2021 09:50:48 +0200 Subject: [PATCH] added missing link added missing link from https://www.arduino.cc/en/Reference/ArduinoRS485 --- docs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 2a2608a..5e8adf7 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,7 +1,7 @@ # Arduino RS485 library -The Arduino RS485 library enables you to send and receive data using the RS-485 standard with Arduino® RS485 Shields, like the MKR 485 Shield. Please refer to the MKR RS485 Shield documentation for the specific settings about half, full duplex, and termination. +The Arduino RS485 library enables you to send and receive data using the RS-485 standard with Arduino® RS485 Shields, like the MKR 485 Shield. Please refer to the [MKR RS485 Shield](https://www.arduino.cc/en/Guide/MKR485Shield) documentation for the specific settings about half, full duplex, and termination. This library supports the MAX3157 and equivalent chipsets. @@ -9,4 +9,4 @@ To use this library: ``` #include -``` \ No newline at end of file +```