Skip to content

Commit 8de1296

Browse files
committed
Update Doc
1 parent 33c8463 commit 8de1296

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PROJECT_BRIEF = "Modbus library for Arduino"
6161
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
6262
# the logo to the output directory.
6363

64-
PROJECT_LOGO = https://github.com/epsilonrt/modbus-arduino/raw/master/extras/modbus.png
64+
PROJECT_LOGO =
6565

6666
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
6767
# into which the generated documentation will be written. If a relative path is

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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+
48
[![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)
59
[![Framework](https://img.shields.io/badge/Framework-Arduino-blue)](https://www.arduino.cc/)
610

0 commit comments

Comments
 (0)