Skip to content

Commit eeb5afc

Browse files
committed
Rename lib to ArduinoModbus
1 parent 2c3210e commit eeb5afc

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Modbus Library for Arduino =
22

33
For more information about this library please visit us at
4-
http://www.arduino.cc/en/Reference/Modbus
4+
http://www.arduino.cc/en/Reference/ArduinoModbus
55

66
== License ==
77

keywords.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#######################################
2-
# Syntax Coloring Map For Modbus
2+
# Syntax Coloring Map For ArduinoModbus
33
#######################################
44

55
#######################################
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
Modbus KEYWORD1
9+
ArduinoModbus KEYWORD1
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name=Modbus
1+
name=ArduinoModbus
22
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=
66
paragraph=
77
category=Communication
8-
url=http://www.arduino.cc/en/Reference/Modbus
8+
url=http://www.arduino.cc/en/Reference/ArduinoModbus
99
architectures=*
10-
includes=Modbus.h
10+
includes=ArduinoModbus.h

src/Modbus.h renamed to src/ArduinoModbus.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the Modbus library.
2+
This file is part of the ArduinoModbus library.
33
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
@@ -17,8 +17,8 @@
1717
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
*/
1919

20-
#ifndef _MODBUS_H_INCLUDED
21-
#define _MODBUS_H_INCLUDED
20+
#ifndef _ARDUINO_MODBUS_H_INCLUDED
21+
#define _ARDUINO_MODBUS_H_INCLUDED
2222

2323
#include "ModbusRTUClient.h"
2424
#include "ModbusTCPClient.h"

src/ModbusClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the Modbus library.
2+
This file is part of the ArduinoModbus library.
33
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

src/ModbusClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the Modbus library.
2+
This file is part of the ArduinoModbus library.
33
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

src/ModbusRTUClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the Modbus library.
2+
This file is part of the ArduinoModbus library.
33
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

src/ModbusRTUClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the Modbus library.
2+
This file is part of the ArduinoModbus library.
33
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

src/ModbusTCPClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the Modbus library.
2+
This file is part of the ArduinoModbus library.
33
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

src/ModbusTCPClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the Modbus library.
2+
This file is part of the ArduinoModbus library.
33
Copyright (c) 2018 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)