Skip to content

Commit e82e6af

Browse files
authored
added missing link (#15)
added missing link from https://www.arduino.cc/en/Reference/ArduinoRS485
1 parent 2ca6377 commit e82e6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Arduino RS485 library
22

33

4-
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.
4+
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.
55

66
This library supports the MAX3157 and equivalent chipsets.
77

88
To use this library:
99

1010
```
1111
#include <ArduinoRS485.h>
12-
```
12+
```

0 commit comments

Comments
 (0)