Skip to content

Commit 1571f99

Browse files
committed
Updated Readme
1 parent 997de73 commit 1571f99

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
image::https://socialify.git.ci/CIRCUITSTATE/CSE_ArduinoRS485/image?description=1&font=KoHo&forks=1&issues=1&logo=https%3A%2F%2Fwww.circuitstate.com%2Fwp-content%2Fuploads%2F2024%2F05%2FCIRCUITSTATE-R-Emblem-20052024-2.svg&name=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Auto[CSE_ArduinoRS485]
66

7-
= {repository-name} Library for Arduino =
7+
= {repository-name} =
88

9-
This Arduino library allows you to send and receive data using the **RS-485** interface standard. Supported by all Arduino-compatible boards such as ESP32, STM32, RP2040, AVR, SAMD, ESP8266, etc. You can use both hardware and software serial ports for communication. This library supports the Maxim Integrated **MAX485** and equivalent transceivers.
9+
This Arduino library allows you to send and receive data using the **RS-485** interface standard. Supported by all Arduino-compatible boards such as ESP32, STM32, RP2040, AVR, SAMD, ESP8266, etc. You can use both hardware and software serial ports for communication. This library supports the Maxim Integrated **MAX485** and equivalent external transceivers.
10+
11+
This library is a fork of the https://github.com/arduino-libraries/ArduinoRS485[**ArduinoRS485**] library by Arduino, and is maintained by https://www.circuitstate.com[**CIRCUITSTATE Electronics**].
1012

1113
== Installation ==
1214

@@ -21,6 +23,8 @@ Another method is to clone the GitHub repository directly into your **libraries*
2123
git clone https://github.com/CIRCUITSTATE/CSE_ArduinoRS485.git
2224
----
2325

26+
The library can also be installed via **PlatformIO**. All officially listed Arduino listed libraries are automatically fetched by PlatformIO. Use the `lib_deps` search option to install the library.
27+
2428
== Examples ==
2529
Three examples are included with this library:
2630

@@ -34,8 +38,6 @@ You can find the complete API reference for this library at link:docs/api.md[API
3438

3539
== Reference ==
3640

37-
This library is a fork of the **ArduinoRS485** library by Arduino, and is maintained by **CIRCUITSTATE Electronics**.
38-
3941
* https://github.com/arduino-libraries/ArduinoRS485[ArduinoRS485 Library by Arduino]
4042
* https://www.arduino.cc/reference/en/libraries/arduinors485/[ArduinoRS485 documentation by Arduino]
4143
* https://www.circuitstate.com/tutorials/what-is-rs-485-how-to-use-max485-with-arduino-for-reliable-long-distance-serial-communication/[RS-485 tutorial by CIRCUITSTATE]

0 commit comments

Comments
 (0)