Skip to content

Commit 5c20c02

Browse files
committed
Update README
1 parent f1856c1 commit 5c20c02

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
Allows your Arduino to communicate via Modbus protocol
33

44
[![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-
75
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/epsilonrt/library/modbus-arduino.svg)](https://registry.platformio.org/libraries/epsilonrt/modbus-arduino)
6+
[![Arduino Registry](https://www.ardu-badge.com/badge/Modbus-Arduino.svg)](https://www.arduinolibraries.info/libraries/modbus-arduino)
7+
8+
[![Framework](https://img.shields.io/badge/Framework-Arduino-blue)](https://www.arduino.cc/)
89
[![Platform ATMELAVR](https://img.shields.io/badge/Platform-AtmelAVR-blue)](#)
910
[![Platform ATMELSAM](https://img.shields.io/badge/Platform-AtmelSAM-blue)](#)
11+
[![Platform Teensy](https://img.shields.io/badge/Platform-Teensy-green)](#)
1012
[![Platform ESP8266](https://img.shields.io/badge/Platform-Espressif8266-orange)](#)
1113
[![Platform ESP32](https://img.shields.io/badge/Platform-Espressif32-orange)](#)
1214

@@ -78,11 +80,11 @@ Thus, only the following functions are supported:
7880

7981
There are four classes corresponding to five headers that may be used:
8082

81-
* Modbus - Base Library (this repository)
82-
* [ModbusSerial](https://github.com/epsilonrt/modbus-serial) - Modbus Serial RTU Library
83-
* [ModbusEthernet](https://github.com/epsilonrt/modbus-ethernet) - Modbus TCP Library (standard Ethernet Shield)
84-
* [ModbusEthercard](https://github.com/epsilonrt/modbus-ethercard) - Modbus TCP Library (for ENC28J60 chip)
85-
* [ModbusEsp8266AT](https://github.com/epsilonrt/modbus-esp8266at) - Modbus IP Library (for ESP8266 chip with AT firmware)
83+
* Modbus-Arduino - Base Library (this repository)
84+
* [Modbus-Serial](https://github.com/epsilonrt/modbus-serial) - Modbus Serial RTU Library
85+
* [Modbus-Ethernet](https://github.com/epsilonrt/modbus-ethernet) - Modbus TCP Library (standard Ethernet Shield)
86+
* [Modbus-EtherCard](https://github.com/epsilonrt/modbus-ethercard) - Modbus TCP Library (for ENC28J60 chip)
87+
* [Modbus-Esp8266AT](https://github.com/epsilonrt/modbus-esp8266at) - Modbus IP Library (for ESP8266 chip with AT firmware)
8688

8789
By opting for Modbus Serial or Modbus TCP you must include in your sketch the corresponding header and the base library header, eg:
8890

@@ -110,13 +112,6 @@ register types:
110112
store a counter or drive a Servo Motor. A _Input Status_ can be used with a reed switch
111113
in a door sensor and a _Input Register_ with a temperature sensor.
112114

113-
114-
Contributions
115-
=============
116-
http://github.com/epsilonrt/modbus-arduino
117-
epsilonrt (at) gmail (dot) com
118-
prof (at) andresarmento (dot) com
119-
120115
License
121116
=======
122117
The code in this repo is licensed under the BSD New License. See LICENSE for more info.

0 commit comments

Comments
 (0)