Skip to content

Commit f1856c1

Browse files
committed
Update Doc
1 parent 8de1296 commit f1856c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Modbus Library for Arduino
22
Allows your Arduino to communicate via Modbus protocol
33

4-
<a href="https://modbus.org/">
5-
<img src="https://github.com/epsilonrt/modbus-arduino/raw/master/extras/modbus.png" alt="Modbus Logo" align="right" valign="top">
6-
</a>
7-
84
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/epsilonrt/modbus-arduino?include_prereleases)](https://github.com/epsilonrt/modbus-arduino/releases)
95
[![Framework](https://img.shields.io/badge/Framework-Arduino-blue)](https://www.arduino.cc/)
106

@@ -16,6 +12,10 @@ Allows your Arduino to communicate via Modbus protocol
1612

1713
---
1814

15+
<a href="https://modbus.org/">
16+
<img src="https://github.com/epsilonrt/modbus-arduino/raw/master/extras/modbus.png" alt="Modbus Logo" align="right" valign="top">
17+
</a>
18+
1919
The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.
2020

2121
The Modbus generally uses serial RS-232 or RS-485 as physical layer (then called Modbus Serial) and

0 commit comments

Comments
 (0)