Skip to content

Commit a7f7df6

Browse files
committed
Update README
1 parent e6063af commit a7f7df6

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
Modbus Library for Arduino
2-
==========================
1+
# Modbus Library for Arduino
2+
Allows your Arduino to communicate via Modbus protocol
33

4-
This library allows your Arduino to communicate via Modbus protocol. The Modbus is a master-slave protocol
5-
used in industrial automation and can be used in other areas, such as home automation.
4+
[![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)
5+
[![Framework](https://img.shields.io/badge/Framework-Arduino-blue)](https://www.arduino.cc/)
6+
7+
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/epsilonrt/library/modbus-arduino.svg)](https://registry.platformio.org/libraries/epsilonrt/modbus-arduino)
8+
[![Platform ATMELAVR](https://img.shields.io/badge/Platform-AtmelAVR-blue)](#)
9+
[![Platform ATMELSAM](https://img.shields.io/badge/Platform-AtmelSAM-blue)](#)
10+
[![Platform ESP8266](https://img.shields.io/badge/Platform-Espressif8266-orange)](#)
11+
[![Platform ESP32](https://img.shields.io/badge/Platform-Espressif32-orange)](#)
12+
13+
---
14+
15+
The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.
616

717
The Modbus generally uses serial RS-232 or RS-485 as physical layer (then called Modbus Serial) and
818
TCP/IP via Ethernet or WiFi (Modbus TCP).

0 commit comments

Comments
 (0)