Skip to content

Commit cd31c1b

Browse files
committed
fixed properties and keywords
1 parent 12dd392 commit cd31c1b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

keywords.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ModbusRTUClient KEYWORD1
1111
ModbusRTUServer KEYWORD1
1212
ModbusRTUClient KEYWORD1
1313
ModbusTCPServer KEYWORD1
14+
ModbusT1SClient KEYWORD1
15+
ModbusT1SServer KEYWORD1
1416

1517
#######################################
1618
# Methods and Functions (KEYWORD2)

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ version=1.0.9
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Use Modbus equipment with your Arduino.
6-
paragraph=Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.
6+
paragraph=Using TCP, RS485 or T1S shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.
77
category=Communication
88
url=https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus
9-
architectures=megaavr,samd,mbed_nano,mbed_portenta,mbed_opta
9+
architectures=megaavr,samd,mbed_nano,mbed_portenta,mbed_opta,renesas_uno
1010
includes=ArduinoModbus.h
1111
depends=ArduinoRS485

0 commit comments

Comments
 (0)